From 997623567464f1be04cf7f4f032d58558d48cea4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn?= Date: Fri, 20 Feb 2015 16:55:52 +0100 Subject: [PATCH] Bug #3615: Add accounting and showback to the settings --- src/sunstone/public/js/plugins/config-tab.js | 30 +++++++++++++++----- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/src/sunstone/public/js/plugins/config-tab.js b/src/sunstone/public/js/plugins/config-tab.js index a705b7635f..bcbb61bee0 100644 --- a/src/sunstone/public/js/plugins/config-tab.js +++ b/src/sunstone/public/js/plugins/config-tab.js @@ -126,15 +126,18 @@ Config = { var config_response = {}; var config_tab_content = '
\ -
\ +
\

'+tr("Configuration")+'

\
\ -
\ +
\
\

'+tr("Info")+'
\

'+tr("Conf")+'
\

'+tr("Quotas")+'
\ -
\ +

'+tr("Accounting")+'
'+ + ( Config.isFeatureEnabled("showback") ? + '

'+tr("Showback")+'
' : '')+ + '\
\
\
\ @@ -230,6 +233,10 @@ var config_tab_content =
\
\
\ +
\ +
\ +
\ +
\ \