1
0
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:
Daniel Molina 2016-04-14 16:55:43 +02:00
parent 5c1708825f
commit 642945f7f3
2 changed files with 5 additions and 0 deletions

View File

@ -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 : {

View File

@ -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>