diff --git a/app/src/i18n/locales/en.json b/app/src/i18n/locales/en.json
index 05b8bd5e..4ec1499a 100644
--- a/app/src/i18n/locales/en.json
+++ b/app/src/i18n/locales/en.json
@@ -54,8 +54,6 @@
"api_not_found": "Seems like the web-admin tried to query something that doesn't exist.",
"api_not_responding": "The YunoHost API is not responding. Maybe 'yunohost-api' is down or got restarted?",
"api_waiting": "Waiting for the server's response...",
- "app_actions": "Actions",
- "app_actions_label": "Perform actions",
"app_choose_category": "Choose a category",
"app_config_panel": "Config panel",
"app_config_panel_label": "Configure this app",
@@ -69,7 +67,6 @@
"app_install_parameters": "Install settings",
"app_manage_label_and_tiles": "Manage label and tiles",
"app_make_default": "Make default",
- "app_no_actions": "This application doesn't have any actions",
"app_show_categories": "Show categories",
"app_state_inprogress": "not yet working",
"app_state_inprogress_explanation": "This maintainer of this app declared that this application is not ready yet for production use. BE CAREFUL!",
@@ -407,7 +404,6 @@
"change_url": "Change access URL of '{name}'",
"install": "Install app '{name}'",
"set_default": "Redirect '{domain}' domain root to '{name}'",
- "perform_action": "Perform action '{action}' of app '{name}'",
"uninstall": "Uninstall app '{name}'",
"update_config": "Update panel '{id}' of app '{name}' configuration"
},
diff --git a/app/src/router/routes.js b/app/src/router/routes.js
index 0cddd8f7..7d815851 100644
--- a/app/src/router/routes.js
+++ b/app/src/router/routes.js
@@ -210,16 +210,6 @@ const routes = [
breadcrumb: ['app-list', 'app-info']
}
},
- {
- name: 'app-actions',
- path: '/apps/:id/actions',
- component: () => import(/* webpackChunkName: "views/apps/actions" */ '@/views/app/AppActions'),
- props: true,
- meta: {
- args: { trad: 'app_actions' },
- breadcrumb: ['app-list', 'app-info', 'app-actions']
- }
- },
{
// no need for name here, only children are visited
path: '/apps/:id/config-panel',
diff --git a/app/src/views/app/AppActions.vue b/app/src/views/app/AppActions.vue
deleted file mode 100644
index 6a92dded..00000000
--- a/app/src/views/app/AppActions.vue
+++ /dev/null
@@ -1,106 +0,0 @@
-
-
-
-
- {{ $t('experimental_warning') }}
-
-
-
-
-
-
-
-
-
-
- {{ $t('app_no_actions') }}
-
-
-
-
-
diff --git a/app/src/views/app/AppInfo.vue b/app/src/views/app/AppInfo.vue
index 55cc758c..19727b7b 100644
--- a/app/src/views/app/AppInfo.vue
+++ b/app/src/views/app/AppInfo.vue
@@ -134,19 +134,6 @@
-
-
-
-
-
- {{ $t('app_actions') }}
-
-
-
-
@@ -184,7 +171,7 @@ export default {
},
computed: {
- ...mapGetters(['domains', 'experimental']),
+ ...mapGetters(['domains']),
allowedGroups () {
if (!this.app) return