Commit f96c9e1d by Dányi Bence

webui: group style fixes

parent adb16950
......@@ -473,6 +473,7 @@ table {
#group-members {
.summary .name {
background-image: url(icons/user.png);
float: left;
}
}
......
......@@ -161,7 +161,6 @@ $(function() {
function manage_vm(id, state) {
$.ajax({
type: 'POST',
data: '',
url: '/vm/' + state + '/' + id + '/',
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