From 59d971dc751b0414c5b38c9df4b552e45f5641be Mon Sep 17 00:00:00 2001 From: Corey Hulen Date: Thu, 4 Aug 2016 09:25:37 -0800 Subject: PLT-2899 adding clustering of app servers (#3682) * PLT-2899 adding clustering of app servers * PLT-2899 base framework * PLT-2899 HA backend * PLT-2899 Fixing config file * PLT-2899 adding config syncing * PLT-2899 set System console to readonly when clustering enabled. * PLT-2899 Fixing publish API * PLT-2899 fixing strings --- webapp/sass/routes/_admin-console.scss | 13 +++++++++++++ webapp/sass/routes/_compliance.scss | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) (limited to 'webapp/sass') diff --git a/webapp/sass/routes/_admin-console.scss b/webapp/sass/routes/_admin-console.scss index 4776810df..fdf4d270a 100644 --- a/webapp/sass/routes/_admin-console.scss +++ b/webapp/sass/routes/_admin-console.scss @@ -432,3 +432,16 @@ .recycle-db { margin-top: 50px !important; } + +.cluster-status { + width: 24px; + height: 24px; +} + +.config-hash { + width: 130px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + diff --git a/webapp/sass/routes/_compliance.scss b/webapp/sass/routes/_compliance.scss index 57eb538c6..922ea27d7 100644 --- a/webapp/sass/routes/_compliance.scss +++ b/webapp/sass/routes/_compliance.scss @@ -1,7 +1,8 @@ @charset 'UTF-8'; .compliance-panel__table, -.audit-panel__table { +.audit-panel__table, +.cluster-panel__table { background-color: $white; border: 1px solid $border-gray; margin-top: 10px; -- cgit v1.2.3-1-g7c22