mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-30 22:50:10 +03:00
Add losing placeholder to instantiate template
This commit is contained in:
parent
5c1708825f
commit
642945f7f3
@ -167,6 +167,7 @@ define(function(require) {
|
||||
var idsLength = this.selected_nodes.length;
|
||||
var idsDone = 0;
|
||||
|
||||
templatesContext.html("");
|
||||
$.each(this.selected_nodes, function(index, template_id) {
|
||||
OpenNebulaTemplate.show({
|
||||
data : {
|
||||
|
@ -50,6 +50,10 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="large-12 large-centered columns list_of_templates">
|
||||
<span class="fa-stack fa-5x">
|
||||
<i class="fa fa-cloud fa-stack-2x"></i>
|
||||
<i class="fa fa-spinner fa-spin fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
Loading…
x
Reference in New Issue
Block a user