Skip to content

Commit 200c8cd

Browse files
author
OpenShift Bot
authored
Merge pull request #1494 from benjaminapetersen/remove-instance-row-duplication
Merged by openshift-bot
2 parents 3619536 + 41a56ba commit 200c8cd

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

app/scripts/directives/overview/serviceInstanceRow.js

-9
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,4 @@ function ServiceInstanceRow($filter, DataService, rowMethods, $uibModal) {
103103
});
104104
};
105105

106-
row.closeOverlayPanel = function() {
107-
_.set(row, 'overlay.panelVisible', false);
108-
};
109-
row.showOverlayPanel = function(panelName, state) {
110-
_.set(row, 'overlay.panelVisible', true);
111-
_.set(row, 'overlay.panelName', panelName);
112-
_.set(row, 'overlay.state', state);
113-
};
114-
115106
}

dist/scripts/scripts.js

-4
Original file line numberDiff line numberDiff line change
@@ -1257,10 +1257,6 @@ details:"Reason: " + f(a)
12571257
};
12581258
});
12591259
});
1260-
}, e.closeOverlayPanel = function() {
1261-
_.set(e, "overlay.panelVisible", !1);
1262-
}, e.showOverlayPanel = function(a, b) {
1263-
_.set(e, "overlay.panelVisible", !0), _.set(e, "overlay.panelName", a), _.set(e, "overlay.state", b);
12641260
};
12651261
}
12661262

0 commit comments

Comments
 (0)