Revision d1892661 snf-cyclades-app/synnefo/ui/static/snf/js/ui/web/ui_main_view.js

b/snf-cyclades-app/synnefo/ui/static/snf/js/ui/web/ui_main_view.js
95 95

  
96 96
        beforeOpen: function() {
97 97
            views.SuspendedVMView.__super__.beforeOpen.apply(this);
98
            $(this.$(".description p")[0]).html($("#suspended-vm-overlay .description").html())
98
            $(this.$(".form-field label")[0]).html($("#suspended-vm-overlay .description").html())
99 99
        },
100 100

  
101 101
        show: function(vm, data, collect_data, extra_data, cb) {

Also available in: Unified diff