Minor fixes.
This commit is contained in:
@@ -457,7 +457,6 @@
|
||||
</script>
|
||||
<script type="text/template" id="tpl-host-general" data-class="tab-pane fade in active" data-id="general">
|
||||
<dl class="dl-horizontal">
|
||||
<dt>Name:</dt><dd><%= name_label %></dd>
|
||||
<dt>Description:</dt><dd><%= name_description || '<em>none</em>' %></dd>
|
||||
<dt>Pool master:</dt><dd><%= '@todo' || yesNo(is_pool_master) %></dd>
|
||||
<dt>Enabled:</dt><dd><%= yesNo(enabled) %></dd>
|
||||
|
||||
@@ -1319,7 +1319,7 @@
|
||||
'itemView': SRsListItemView,
|
||||
|
||||
'initialize': function () {
|
||||
this.collection = this.model.get('srs');
|
||||
this.collection = this.model.get('SRs');
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user