-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
Showing
5 changed files
with
205 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,4 +42,5 @@ function getQueryString(){ | |
} | ||
|
||
return params; | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.