Skip to content

Commit

Permalink
[fix]BS detach zone i118 error
Browse files Browse the repository at this point in the history
  • Loading branch information
QiRaining committed Dec 20, 2016
1 parent 00e530a commit 2fb3fc2
Show file tree
Hide file tree
Showing 2 changed files with 389 additions and 354 deletions.
2 changes: 1 addition & 1 deletion ts/backupStorage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,7 @@ module MBackupStorage {
dataSource: new kendo.data.DataSource({data: []}),
dataTextField: "name",
dataValueField: "uuid",
itemTemplate: '<div style="color: black"><span class="z-label">{{"backupStorage.ts.Name" | translate}}:</span><span>#: name #</span></div>' +
itemTemplate: '<div style="color: black"><span class="z-label">Name:</span><span>#: name #</span></div>' +
'<div style="color: black"><span class="z-label">UUID:</span><span>#: uuid #</span></div>',

change: (e)=> {
Expand Down
Loading

0 comments on commit 2fb3fc2

Please sign in to comment.