diff options
author | Steve Beaver <sbeaver@netgate.com> | 2017-07-20 13:41:48 -0400 |
---|---|---|
committer | Steve Beaver <sbeaver@netgate.com> | 2017-07-20 13:41:48 -0400 |
commit | a911c65a83a4d1e8aed1c2f10c8fdcd6276b21e4 (patch) | |
tree | 6b9673366a2af3a9013a040c063b19140cc7c9e0 /src/conf.default | |
parent | b96b6d3ba3e89155449bb3efc807ae14ccc36684 (diff) | |
download | pfsense-a911c65a83a4d1e8aed1c2f10c8fdcd6276b21e4.zip pfsense-a911c65a83a4d1e8aed1c2f10c8fdcd6276b21e4.tar.gz |
Support widget visible by default
Diffstat (limited to 'src/conf.default')
-rw-r--r-- | src/conf.default/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.default/config.xml b/src/conf.default/config.xml index ed62dff..b90b5b4 100644 --- a/src/conf.default/config.xml +++ b/src/conf.default/config.xml @@ -264,7 +264,7 @@ </monitor_type> </load_balancer> <widgets> - <sequence>system_information:col1:show,interfaces:col2:show</sequence> + <sequence>system_information:col1:show,support:col2:show,interfaces:col2:show</sequence> <period>10</period> </widgets> <openvpn/> |