Commit 4086a8c0 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin Committed by Titouan Soulard

slapos_jio: Add api section and link to api action list in panel

parent 76b93839
erp5_api_style
erp5_project
erp5_hal_json_style
erp5_corporate_identity
erp5_credential
erp5_dms
erp5_jquery
erp5_km
erp5_web
erp5_credential_oauth2
erp5_bearer_token
erp5_access_token
erp5_oauth_google_login
erp5_oauth_facebook_login
erp5_web_renderjs_ui erp5_web_renderjs_ui
slapos_jio_before_deletion slapos_jio_before_deletion
...@@ -56,6 +56,7 @@ ...@@ -56,6 +56,7 @@
'Invoices', 'Invoices',
'Servers', 'Servers',
'Networks', 'Networks',
'API',
'Language', 'Language',
'Logout' 'Logout'
], ],
...@@ -86,6 +87,7 @@ ...@@ -86,6 +87,7 @@
{command: 'display', options: {page: "slap_invoice_list", editable: true}}, {command: 'display', options: {page: "slap_invoice_list", editable: true}},
{command: 'display', options: {page: "slap_compute_node_list", editable: true}}, {command: 'display', options: {page: "slap_compute_node_list", editable: true}},
{command: 'display', options: {page: "slap_network_list", editable: true}}, {command: 'display', options: {page: "slap_network_list", editable: true}},
{command: 'display', options: {page: "jio_api_action"}},
{command: 'display', options: {page: "slap_language_view"}}, {command: 'display', options: {page: "slap_language_view"}},
{command: 'display', options: {page: "logout"}} {command: 'display', options: {page: "logout"}}
]), ]),
...@@ -103,6 +105,7 @@ ...@@ -103,6 +105,7 @@
'credit-card', 'i', 'credit-card', 'i',
'database', 'c', 'database', 'c',
'globe', 'n', 'globe', 'n',
'exchange', 'j',
'language', 'a', 'language', 'a',
'power-off', 'o' 'power-off', 'o'
]; ];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment