Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rd_ui/app/scripts/services/resources.js
Original file line number Diff line number Diff line change
@@ -279,7 +279,7 @@
var typeSplit;
if (column.indexOf("::") != -1) {
typeSplit = "::";
} else if (column.indexOf("__" != -1)) {
} else if (column.indexOf("__") != -1) {
typeSplit = "__";
} else {
return column;

0 comments on commit 83a03a2

Please sign in to comment.