From 87cd4b748f1c1f82e9e554e5c719fd31b6333467 Mon Sep 17 00:00:00 2001 From: Vlastimil Holer Date: Mon, 22 Mar 2021 11:10:27 +0100 Subject: [PATCH] M #-: Shuffle params. sections in sunstone-server.conf (#1002) --- src/sunstone/etc/sunstone-server.conf | 60 +++++++++++++-------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/src/sunstone/etc/sunstone-server.conf b/src/sunstone/etc/sunstone-server.conf index 01c1cb37e4..38b29bf0ef 100644 --- a/src/sunstone/etc/sunstone-server.conf +++ b/src/sunstone/etc/sunstone-server.conf @@ -183,6 +183,36 @@ # Retrieve extended information about monitoring from OpenNebula :get_extended_vm_monitoring: false +# this is for custom paginate +:paginate: "[[6, 12, 36, 72], [6, 12, 36, 72]]" + +# this display button and clock icon in table of vm +:leases: + suspend: + time: "+1209600" + color: "#000000" + warning: + time: "-86400" + color: "#085aef" + terminate: + time: "+1209600" + color: "#e1ef08" + warning: + time: "-86400" + color: "#ef2808" + +# This change the thresholds of dashboard resource usage +:threshold_min: 0 +:threshold_low: 33 +:threshold_high: 66 + +#support filesystem +:support_fs: + - ext4 + - ext3 + - ext2 + - xfs + ################################################################################ # Check Official support ################################################################################ @@ -240,39 +270,9 @@ - support - nsx -# this is for custom paginate -:paginate: "[[6, 12, 36, 72], [6, 12, 36, 72]]" - -# this display button and clock icon in table of vm -:leases: - suspend: - time: "+1209600" - color: "#000000" - warning: - time: "-86400" - color: "#085aef" - terminate: - time: "+1209600" - color: "#e1ef08" - warning: - time: "-86400" - color: "#ef2808" - -# This change the thresholds of dashboard resource usage -:threshold_min: 0 -:threshold_low: 33 -:threshold_high: 66 - ################################################################################ # FireEdge ################################################################################ :private_fireedge_endpoint: http://localhost:2616 :public_fireedge_endpoint: http://localhost:2616 - -#support filesystem -:support_fs: - - ext4 - - ext3 - - ext2 - - xfs