summaryrefslogtreecommitdiffstats
path: root/base/tps-tomcat/shared/webapps/tps/ui/authenticator.html
diff options
context:
space:
mode:
Diffstat (limited to 'base/tps-tomcat/shared/webapps/tps/ui/authenticator.html')
-rw-r--r--base/tps-tomcat/shared/webapps/tps/ui/authenticator.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/base/tps-tomcat/shared/webapps/tps/ui/authenticator.html b/base/tps-tomcat/shared/webapps/tps/ui/authenticator.html
index 3671c8d3c..02a97c233 100644
--- a/base/tps-tomcat/shared/webapps/tps/ui/authenticator.html
+++ b/base/tps-tomcat/shared/webapps/tps/ui/authenticator.html
@@ -105,8 +105,10 @@
<a class="rcue-button-close" href="#"></a>
</header>
<fieldset>
- <label>Name</label><input name="name" type="text"><br>
- <label>Value</label><input name="value" type="text"><br>
+ <label>Name</label>
+ <input name="name" readonly="readonly"><br>
+ <label>Value</label>
+ <input name="value" readonly="readonly"><br>
</fieldset>
<footer>
<button name="add" class="primary">Add</button>