mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-25 23:21:29 +03:00
B #~: Add space between action buttons (#729)
This commit is contained in:
parent
9e6a6f8477
commit
d94cb8818b
@ -1261,7 +1261,8 @@ define(function(require) {
|
||||
(propUpperCase === "PASSWORD") && (password = context[prop]);
|
||||
}
|
||||
}
|
||||
var button = "<button class=\"rdp remote_vm\" data-name=\"" + vm.NAME + "\" data-ip=\"" + ip + "\"";
|
||||
|
||||
var button = "<button class=\"rdp remote_vm\" data-name=\"" + vm.NAME + "\" data-ip=\"" + ip + "\"";
|
||||
username && (button += " data-username=\"" + username + "\"");
|
||||
password && (button += " data-password=\"" + password + "\"");
|
||||
button += "><i class=\"fab fa-windows\"></i></button>";
|
||||
|
@ -276,7 +276,7 @@ define(function(require) {
|
||||
hostname,
|
||||
OpenNebulaVM.ipsDropdown(element),
|
||||
Humanize.prettyTimeDatatable(element.STIME),
|
||||
actions && "<div style='display: flex; align-items: end;'>"+actions+"</div>",
|
||||
actions && "<div style='display: flex; align-items: end; gap:5px'>"+actions+"</div>",
|
||||
TemplateUtils.htmlEncode(TemplateUtils.templateToString(element)),
|
||||
(LabelsUtils.labelsStr(element[TEMPLATE_ATTR])||''),
|
||||
btoa(unescape(encodeURIComponent(JSON.stringify(search)))),
|
||||
|
Loading…
Reference in New Issue
Block a user