mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-14 00:18:36 -05:00
add jobs portal relaunch test
This commit is contained in:
@@ -7,7 +7,6 @@ function atRow () {
|
||||
transclude: true,
|
||||
templateUrl,
|
||||
scope: {
|
||||
templateId: '@',
|
||||
invalid: '=',
|
||||
invalidTooltip: '='
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<div class="at-Row" id="row-{{ templateId }}">
|
||||
<div class="at-Row">
|
||||
<div class="at-Row--invalid" ng-show="invalid">
|
||||
<at-popover state="invalidTooltip" ng-if="invalidTooltip"></at-popover>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user