Compact circuit grid columns
This commit is contained in:
parent
1b2ca84258
commit
602ae6da0b
4 changed files with 82 additions and 25 deletions
|
|
@ -65,6 +65,11 @@ describe("circuit grid model", () => {
|
|||
|
||||
it("keeps the equipment identifier locked as the first column", () => {
|
||||
assert.equal(allColumns[0].key, "equipmentIdentifier");
|
||||
assert.equal(allColumns[0].label, "SK-Nr.");
|
||||
assert.equal(
|
||||
allColumns[0].fullLabel,
|
||||
"Stromkreisnummer / Betriebsmittelkennzeichen"
|
||||
);
|
||||
assert.equal(allColumns[0].locked, true);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue