mirror of https://github.com/apache/cloudstack.git
UI cleanup
This commit is contained in:
parent
4798db0de1
commit
db9c97e7f4
|
|
@ -285,6 +285,9 @@
|
|||
.appendTo(this);
|
||||
var context = args.context;
|
||||
|
||||
// Cleanup login
|
||||
$('.login').remove();
|
||||
|
||||
// Create pageElems
|
||||
$.each(pageElems, function(id, fn) {
|
||||
var $elem = $('<div>').attr({
|
||||
|
|
|
|||
Loading…
Reference in New Issue