application:application

Configure the panel application settings.

warden --task=application:application
Option Value Description
--environment <production|development> The mode of the application.
--ui_theme <string> The theme to use for the extension. Themes: aquamarine, bright-future, cherry-dessert, default, eco, heavy-metal, obsidian, onyx, raspberry, sunny-day
--locale <string> The default locale of the application. Locales: en-us, de-de, es-es, fr-fr, it-it ,hu-hu, nl-nl, pl-pl, pt-br, ru-ru, sv-SE, tr-tr, zh-chs, zh-cht, ja-jp
--grid_rows <10|25|50|100|500|1000> The default number of rows shown when viewing a grid.
--file_dataset_limit <5000|10000|20000|40000|60000|80000> The default data limit for file based data sets.
--no_frames_action <redirect|show_notice|do_nothing> The action to take when the application is not loaded within its frameset.
--dashboard_refresh <0|30|90|180|240|480|600|900> How often to refresh the dashboard (in seconds).
--time_format <12|24> The time format to use when displaying log information.
--trusted_hosts <string1,string2> The trusted hostnames allowed to access the extension.
--trusted_hosts_add <1|0> Add a single entry to trusted_hosts.
--trusted_hosts_del <1|0> Remove a single entry from trusted_hosts.
--default <1|0> Reset all settings to their default values.
--default_option <1|0> Reset a specific setting to its default value.

Examples

// set the dashboard_refresh
warden --task=application:application --dashboard_refresh=480

// reset the dashboard_refresh back to its default value
warden --task=application:application --default_option=dashboard_refresh --reload=yes

// reset all settings to their default values
warden --task=application:application --default=yes --reload=yes