Skip to content
Snippets Groups Projects
Commit fc5c4e30 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

switch from disabled link to bold

parent bea2a9cc
No related branches found
No related tags found
No related merge requests found
......@@ -349,12 +349,7 @@ App.UI.SlaveInteract.rules = function(slave) {
const forbid = orgasmObj.master ? `Deny` : `Forbid`;
const title = onOff ? allow : forbid;
if (slave.rules.release[orgasmObj.value] === onOff) {
linkArray.push(
App.UI.DOM.disabledLink(
title,
["Currently selected"]
)
);
linkArray.push(App.UI.DOM.makeElement("span", title, "bold"));
} else {
linkArray.push(
App.UI.DOM.link(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment