This is an automated email from the ASF dual-hosted git repository.
rawlin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/master by this push:
new c8262df fixes broken context menus due to missing id (#5215)
c8262df is described below
commit c8262dfcc5535a9e7f54dd03d348234de209c213
Author: Jeremy Mitchell <[email protected]>
AuthorDate: Thu Oct 29 09:33:01 2020 -0600
fixes broken context menus due to missing id (#5215)
---
.../modules/table/cacheGroupServers/table.cacheGroupServers.tpl.html | 2 +-
.../app/src/common/modules/table/cdnServers/table.cdnServers.tpl.html | 2 +-
.../table/deliveryServiceJobs/table.deliveryServiceJobs.tpl.html | 2 +-
.../table/deliveryServiceServers/table.deliveryServiceServers.tpl.html | 2 +-
.../table/physLocationServers/table.physLocationServers.tpl.html | 2 +-
.../common/modules/table/profileServers/table.profileServers.tpl.html | 2 +-
.../src/common/modules/table/statusServers/table.statusServers.tpl.html | 2 +-
.../common/modules/table/topologyServers/table.topologyServers.tpl.html | 2 +-
.../app/src/common/modules/table/typeServers/table.typeServers.tpl.html | 2 +-
9 files changed, 9 insertions(+), 9 deletions(-)
diff --git
a/traffic_portal/app/src/common/modules/table/cacheGroupServers/table.cacheGroupServers.tpl.html
b/traffic_portal/app/src/common/modules/table/cacheGroupServers/table.cacheGroupServers.tpl.html
index d835370..db53bbd 100644
---
a/traffic_portal/app/src/common/modules/table/cacheGroupServers/table.cacheGroupServers.tpl.html
+++
b/traffic_portal/app/src/common/modules/table/cacheGroupServers/table.cacheGroupServers.tpl.html
@@ -70,7 +70,7 @@ under the License.
</div>
</div>
-<menu class="dropdown-menu" ng-style="menuStyle" type="contextmenu"
ng-show="showMenu">
+<menu id="context-menu" class="dropdown-menu" ng-style="menuStyle"
type="contextmenu" ng-show="showMenu">
<ul>
<li role="menuitem">
<a ng-href="#!/servers/{{server.id}}" target="_blank">Open in New
Tab</a>
diff --git
a/traffic_portal/app/src/common/modules/table/cdnServers/table.cdnServers.tpl.html
b/traffic_portal/app/src/common/modules/table/cdnServers/table.cdnServers.tpl.html
index 439791f..7b0a649 100644
---
a/traffic_portal/app/src/common/modules/table/cdnServers/table.cdnServers.tpl.html
+++
b/traffic_portal/app/src/common/modules/table/cdnServers/table.cdnServers.tpl.html
@@ -70,7 +70,7 @@ under the License.
</div>
</div>
-<menu class="dropdown-menu" ng-style="menuStyle" type="contextmenu"
ng-show="showMenu">
+<menu id="context-menu" class="dropdown-menu" ng-style="menuStyle"
type="contextmenu" ng-show="showMenu">
<ul>
<li role="menuitem">
<a ng-href="#!/servers/{{server.id}}" target="_blank">Open in New
Tab</a>
diff --git
a/traffic_portal/app/src/common/modules/table/deliveryServiceJobs/table.deliveryServiceJobs.tpl.html
b/traffic_portal/app/src/common/modules/table/deliveryServiceJobs/table.deliveryServiceJobs.tpl.html
index 64d3330..674f65b 100644
---
a/traffic_portal/app/src/common/modules/table/deliveryServiceJobs/table.deliveryServiceJobs.tpl.html
+++
b/traffic_portal/app/src/common/modules/table/deliveryServiceJobs/table.deliveryServiceJobs.tpl.html
@@ -67,7 +67,7 @@ under the License.
</div>
</div>
-<menu class="dropdown-menu" ng-style="menuStyle" type="contextmenu"
ng-show="showMenu">
+<menu id="context-menu" class="dropdown-menu" ng-style="menuStyle"
type="contextmenu" ng-show="showMenu">
<ul>
<li role="menuitem">
<button type="button" ng-click="confirmRemoveJob(job,
$event)">Delete Invalidation Request</button>
diff --git
a/traffic_portal/app/src/common/modules/table/deliveryServiceServers/table.deliveryServiceServers.tpl.html
b/traffic_portal/app/src/common/modules/table/deliveryServiceServers/table.deliveryServiceServers.tpl.html
index c93a04b..3b83c1d 100644
---
a/traffic_portal/app/src/common/modules/table/deliveryServiceServers/table.deliveryServiceServers.tpl.html
+++
b/traffic_portal/app/src/common/modules/table/deliveryServiceServers/table.deliveryServiceServers.tpl.html
@@ -69,7 +69,7 @@ under the License.
</div>
</div>
-<menu class="dropdown-menu" ng-style="menuStyle" type="contextmenu"
ng-show="showMenu">
+<menu id="context-menu" class="dropdown-menu" ng-style="menuStyle"
type="contextmenu" ng-show="showMenu">
<ul>
<li role="menuitem">
<a ng-href="#!/servers/{{server.id}}" target="_blank">Open in New
Tab</a>
diff --git
a/traffic_portal/app/src/common/modules/table/physLocationServers/table.physLocationServers.tpl.html
b/traffic_portal/app/src/common/modules/table/physLocationServers/table.physLocationServers.tpl.html
index 47cdb41..5cc90c4 100644
---
a/traffic_portal/app/src/common/modules/table/physLocationServers/table.physLocationServers.tpl.html
+++
b/traffic_portal/app/src/common/modules/table/physLocationServers/table.physLocationServers.tpl.html
@@ -67,7 +67,7 @@ under the License.
</div>
</div>
-<menu class="dropdown-menu" ng-style="menuStyle" type="contextmenu"
ng-show="showMenu">
+<menu id="context-menu" class="dropdown-menu" ng-style="menuStyle"
type="contextmenu" ng-show="showMenu">
<ul>
<li role="menuitem">
<a ng-href="#!/servers/{{server.id}}" target="_blank">Open in New
Tab</a>
diff --git
a/traffic_portal/app/src/common/modules/table/profileServers/table.profileServers.tpl.html
b/traffic_portal/app/src/common/modules/table/profileServers/table.profileServers.tpl.html
index d4496da..2974d3b 100644
---
a/traffic_portal/app/src/common/modules/table/profileServers/table.profileServers.tpl.html
+++
b/traffic_portal/app/src/common/modules/table/profileServers/table.profileServers.tpl.html
@@ -67,7 +67,7 @@ under the License.
</div>
</div>
-<menu class="dropdown-menu" ng-style="menuStyle" type="contextmenu"
ng-show="showMenu">
+<menu id="context-menu" class="dropdown-menu" ng-style="menuStyle"
type="contextmenu" ng-show="showMenu">
<ul>
<li role="menuitem">
<a ng-href="#!/servers/{{server.id}}" target="_blank">Open in New
Tab</a>
diff --git
a/traffic_portal/app/src/common/modules/table/statusServers/table.statusServers.tpl.html
b/traffic_portal/app/src/common/modules/table/statusServers/table.statusServers.tpl.html
index ccb72c3..18bedbd 100644
---
a/traffic_portal/app/src/common/modules/table/statusServers/table.statusServers.tpl.html
+++
b/traffic_portal/app/src/common/modules/table/statusServers/table.statusServers.tpl.html
@@ -68,7 +68,7 @@ under the License.
</div>
</div>
-<menu class="dropdown-menu" ng-style="menuStyle" type="contextmenu"
ng-show="showMenu">
+<menu id="context-menu" class="dropdown-menu" ng-style="menuStyle"
type="contextmenu" ng-show="showMenu">
<ul>
<li role="menuitem">
<a ng-href="#!/servers/{{server.id}}" target="_blank">Open in New
Tab</a>
diff --git
a/traffic_portal/app/src/common/modules/table/topologyServers/table.topologyServers.tpl.html
b/traffic_portal/app/src/common/modules/table/topologyServers/table.topologyServers.tpl.html
index 1946a07..e8fa020 100644
---
a/traffic_portal/app/src/common/modules/table/topologyServers/table.topologyServers.tpl.html
+++
b/traffic_portal/app/src/common/modules/table/topologyServers/table.topologyServers.tpl.html
@@ -68,7 +68,7 @@ under the License.
</div>
</div>
-<menu class="dropdown-menu" ng-style="menuStyle" type="contextmenu"
ng-show="showMenu">
+<menu id="context-menu" class="dropdown-menu" ng-style="menuStyle"
type="contextmenu" ng-show="showMenu">
<ul>
<li role="menuitem">
<a ng-href="#!/servers/{{server.id}}" target="_blank">Open in New
Tab</a>
diff --git
a/traffic_portal/app/src/common/modules/table/typeServers/table.typeServers.tpl.html
b/traffic_portal/app/src/common/modules/table/typeServers/table.typeServers.tpl.html
index 12b3604..2804526 100644
---
a/traffic_portal/app/src/common/modules/table/typeServers/table.typeServers.tpl.html
+++
b/traffic_portal/app/src/common/modules/table/typeServers/table.typeServers.tpl.html
@@ -67,7 +67,7 @@ under the License.
</div>
</div>
-<menu class="dropdown-menu" ng-style="menuStyle" type="contextmenu"
ng-show="showMenu">
+<menu id="context-menu" class="dropdown-menu" ng-style="menuStyle"
type="contextmenu" ng-show="showMenu">
<ul>
<li role="menuitem">
<a ng-href="#!/servers/{{server.id}}" target="_blank">Open in New
Tab</a>