diff options
author | Alystrasz <contact@remyraes.com> | 2021-12-30 00:03:53 +0100 |
---|---|---|
committer | Alystrasz <contact@remyraes.com> | 2021-12-30 00:03:53 +0100 |
commit | d402e6236b6d0523a1dfce0c9203f1cbeb907e4f (patch) | |
tree | b26cfd886b3169326419367be6ae7c04437c4bba | |
parent | e2d7efc2f00eae07dd5228f9c963533358edd56d (diff) | |
download | Viper-d402e6236b6d0523a1dfce0c9203f1cbeb907e4f.tar.gz Viper-d402e6236b6d0523a1dfce0c9203f1cbeb907e4f.zip |
[feat] adding div ids to version indicators
-rw-r--r-- | src/app/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/index.html b/src/app/index.html index a73422f..c486f28 100644 --- a/src/app/index.html +++ b/src/app/index.html @@ -9,8 +9,8 @@ <div class="text"> <div>%%gui.welcome%%</div> <div class="versions"> - <div>Viper version: x.x.x</div> - <div>Northstar version: x.x.x</div> + <div id="vpVersion">Viper version: x.x.x</div> + <div id="nsVersion">Northstar version: x.x.x</div> </div> </div> <div class="buttons"> |