comparison client/src/components/staging/StagingDetail.vue @ 2348:7cdc211b90cd

staging: introduce UBN as a variant to BN
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 20 Feb 2019 10:49:41 +0100
parents 0f3b0937e7c1
children ed6b0a43d42f
comparison
equal deleted inserted replaced
2347:88376de7efbd 2348:7cdc211b90cd
436 }, 436 },
437 isApprovedGaugeMeasurement(kind) { 437 isApprovedGaugeMeasurement(kind) {
438 return kind === "AGM"; 438 return kind === "AGM";
439 }, 439 },
440 isBottleneck(kind) { 440 isBottleneck(kind) {
441 return kind === "BN"; 441 return kind === "BN" || kind === "UBN";
442 }, 442 },
443 isStretch(kind) { 443 isStretch(kind) {
444 return kind === "ST"; 444 return kind === "ST";
445 }, 445 },
446 isSoundingResult(kind) { 446 isSoundingResult(kind) {