diff --git a/src/js/yunohost/controllers/tools.js b/src/js/yunohost/controllers/tools.js index 98aac838..f8c033f9 100644 --- a/src/js/yunohost/controllers/tools.js +++ b/src/js/yunohost/controllers/tools.js @@ -208,13 +208,6 @@ }); - // Packages version - app.get('#/tools/versions', function (c) { - c.api('/diagnosis', function(diagnosis) { - c.view('tools/tools_versions', {'versions' : diagnosis.packages }); - }); - }); - // Reboot or shutdown button app.get('#/tools/reboot', function (c) { c.view('tools/tools_reboot'); diff --git a/src/views/tools/tools_list.ms b/src/views/tools/tools_list.ms index 8e8a70c2..3e3d2dd8 100644 --- a/src/views/tools/tools_list.ms +++ b/src/views/tools/tools_list.ms @@ -43,8 +43,4 @@