Commit f96c9e1d by Dányi Bence

webui: group style fixes

parent adb16950
...@@ -473,6 +473,7 @@ table { ...@@ -473,6 +473,7 @@ table {
#group-members { #group-members {
.summary .name { .summary .name {
background-image: url(icons/user.png); background-image: url(icons/user.png);
float: left;
} }
} }
......
...@@ -161,7 +161,6 @@ $(function() { ...@@ -161,7 +161,6 @@ $(function() {
function manage_vm(id, state) { function manage_vm(id, state) {
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
data: '',
url: '/vm/' + state + '/' + id + '/', url: '/vm/' + state + '/' + id + '/',
success: function(data) {} success: function(data) {}
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment