summaryrefslogtreecommitdiffstats
path: root/base/tps-tomcat/shared/webapps/tps/profiles.html
diff options
context:
space:
mode:
Diffstat (limited to 'base/tps-tomcat/shared/webapps/tps/profiles.html')
-rw-r--r--base/tps-tomcat/shared/webapps/tps/profiles.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/base/tps-tomcat/shared/webapps/tps/profiles.html b/base/tps-tomcat/shared/webapps/tps/profiles.html
index 9f00ac543..1ccc44346 100644
--- a/base/tps-tomcat/shared/webapps/tps/profiles.html
+++ b/base/tps-tomcat/shared/webapps/tps/profiles.html
@@ -28,8 +28,7 @@ $(function() {
var editDialog = new ProfileDialog({
el: $("#profile-dialog"),
title: "Edit Profile",
- readonly: ["id", "status"],
- actions: ["enable", "disable", "cancel"]
+ readonly: ["id", "status"]
});
new TableView({
@@ -88,8 +87,8 @@ $(function() {
<footer>
<button name="approve">Approve</button>
<button name="reject">Reject</button>
- <button name="enable">Enable</button>
- <button name="disable">Disable</button>
+ <button name="enable" class="primary">Enable</button>
+ <button name="disable" class="primary">Disable</button>
<button name="cancel">Cancel</button>
</footer>
</div>