You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# SaltGUI
2
2
3
-
SaltGUI is an open source web interface for managing a SaltStack server and its minions. Built using vanilla ES6 and implemented as a wrapper around the rest_cherrypy server a.k.a. salt-api.
3
+
SaltGUI is an open source web interface for managing a SaltStack server and its minions. Built using plain ES2016 and implemented as a wrapper around the rest_cherrypy server a.k.a. salt-api.
4
4
5
5
**Security Note**: For production deployments, TLS encryption is strongly recommended. See [TLS Configuration](#tls-configuration) for complete setup instructions.
6
6
@@ -16,6 +16,11 @@ IMPORTANT: The SaltGUI team can only support SaltStack versions 3006 and higher.
16
16
That makes it very hard to perform proper testing for SaltGUI releases.
17
17
We suggest to upgrade the SaltStack installation when you are still using a version that is older than that.
18
18
19
+
IMPORTANT: Since the start of SaltGUI in 2016 and until early 2026, the SaltGUI team used ES6/ES2015 only.
20
+
As time passes, that has now become an old version. We now upgrade SaltGUI to use the ES version that was current 5 years ago.
21
+
That means we do not force that the latest browser is used.
22
+
But note that browsers that are older than that are not detected and failures may then occur.
@@ -696,7 +701,7 @@ So the simple advice is to upgrade when this occurs.
696
701
697
702
698
703
## Contributing
699
-
Open a PR! Try to use no dependencies where possible, as vanilla JS is the aim. Any libraries will need to be heavily considered first. Please see the section above as PRs won't be reviewed if they don't pass the tests.
704
+
Open a PR! Try to use no dependencies where possible, as plain JS is the aim. Any libraries will need to be heavily considered first. Please see the section above as PRs won't be reviewed if they don't pass the tests.
0 commit comments