mirror of https://github.com/apache/cloudstack.git
[UI] bug fix: updateNetwork keep polling
This commit is contained in:
parent
b45fe24e5c
commit
ed6333f3e4
|
|
@ -510,7 +510,8 @@
|
|||
}
|
||||
});
|
||||
|
||||
$token.html(_s(tags_value));
|
||||
if ($token != null)
|
||||
$token.html(_s(tags_value));
|
||||
};
|
||||
|
||||
var removeEditForm = function() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue