Revision df8fe961
b/ui/static/snf/js/ui/web/ui_main_view.js | ||
---|---|---|
522 | 522 |
check_empty: function() { |
523 | 523 |
if (!this.loaded) { return } |
524 | 524 |
if (storage.vms.length == 0) { |
525 |
this.show_view("machines"); |
|
525 | 526 |
this.show_empty(); |
526 | 527 |
} else { |
527 | 528 |
this.hide_empty(); |
Also available in: Unified diff