From 4b8d9d1615b493e9fae52c5510087bf16bd43a18 Mon Sep 17 00:00:00 2001
From: Will Gunter <74369489+wcgunter@users.noreply.github.com>
Date: Tue, 13 Jun 2023 12:22:36 -0700
Subject: [PATCH 01/24] UI - Persistent states (#151)
* Added cookies for drop down persistance on deployments page.
* Update comments, remove excessive cookie calls
* Move cookie functions to cws.js
* Persist state for hide susp. process checkbox
* Add variable to control cookie expiry dates
* Update workers page with checkbox state
* replace cookies with local storage
* Added persistant state for search filters in proc
* Add persistant states to log page
* Merge from develop
* Move local storage names to vars for future
* Updated local storage var names, changed defaults
* Fix issue with subprocess window being overridden
---
cws-ui/src/main/webapp/js/cws.js | 3 +-
install/cws-ui/deployments.ftl | 53 +++++++++++--
install/cws-ui/logs.ftl | 129 +++++++++++++++++++++++++++----
install/cws-ui/processes.ftl | 28 +++++--
install/cws-ui/workers.ftl | 19 +++++
5 files changed, 205 insertions(+), 27 deletions(-)
diff --git a/cws-ui/src/main/webapp/js/cws.js b/cws-ui/src/main/webapp/js/cws.js
index 70b272a2..e5475c32 100644
--- a/cws-ui/src/main/webapp/js/cws.js
+++ b/cws-ui/src/main/webapp/js/cws.js
@@ -42,4 +42,5 @@ function getQueryString(){
}
return params;
-}
\ No newline at end of file
+}
+
diff --git a/install/cws-ui/deployments.ftl b/install/cws-ui/deployments.ftl
index dc44ea71..9fe3312b 100644
--- a/install/cws-ui/deployments.ftl
+++ b/install/cws-ui/deployments.ftl
@@ -9,6 +9,13 @@
@@ -195,11 +190,33 @@
+