Skip to content

Commit 4f7b765

Browse files
author
Erwin Dondorp
committed
'@' is no longer used for columns
1 parent 3176a39 commit 4f7b765

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

saltgui/static/scripts/panels/Panel.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,6 @@ export class Panel {
187187
for (const columnName of pColumnNames) {
188188
const th = Utils.createElem("th");
189189
let cn = columnName;
190-
if (cn && cn.startsWith("@")) {
191-
cn = cn.substring(1);
192-
}
193190
if (cn && !cn.startsWith("-")) {
194191
th.innerText = cn;
195192
}

0 commit comments

Comments
 (0)