[Frontend] Merging warp1172 platform changes in
WTD-1172 (cherry picked from commit 219ffb4d59d4cc4a0172ba351af0e2b5d672d4b2) Conflicts: platform/commonUI/general/res/css/theme-espresso.css platform/commonUI/general/res/sass/_fixed-position.scss warp/telemetry/src/autoflow/AutoflowTableLinker.js Manually deleted AutoflowTableLinker.js
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<!-- ng-class is temporarily hard-coded in next element -->
|
||||
<span
|
||||
class="l-value-bg s-value-bg"
|
||||
ng-class="{ 's-limit-lwr': ngModel.value < 0, 's-limit-red' : ngModel.value < 0 }"
|
||||
ng-class="{ 's-limit-upr-yellow': ngModel.value < 0 }"
|
||||
>
|
||||
{{ngModel.value}}
|
||||
</span>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<span
|
||||
class='plot-legend-item'
|
||||
ng-repeat="telemetryObject in subplot.getTelemetryObjects()"
|
||||
ng-class="{ 's-limit-upr s-limit-red': $index < 1, 's-stale': $index%2==0 }"
|
||||
ng-class="{ 's-limit-upr-red': $index < 1, 's-stale': $index%2==0 }"
|
||||
>
|
||||
<span class='plot-color-swatch'
|
||||
ng-style="{ 'background-color': plot.getColor($index) }">
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
<!-- ng-class is temporarily hard-coded in next element -->
|
||||
<span
|
||||
class="l-cell-contents"
|
||||
ng-class="{ 's-limit-upr': cell > 0, 's-limit-yellow': cell > 0 }"
|
||||
ng-class="{ 's-limit-upr-yellow': cell > 0 }"
|
||||
>
|
||||
{{cell}}
|
||||
</span>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<div
|
||||
ng-repeat="limit in limits"
|
||||
ng-show="1"
|
||||
class="t-limit l-limit s-limit-{{limit.type}} s-limit-{{limit.severity}}"
|
||||
class="t-limit l-limit s-limit-{{limit.type}}-{{limit.severity}}"
|
||||
style="top: {{limit.top}}%; bottom: {{limit.bottom}}%"
|
||||
></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user