Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71da8fb commit ab7c320Copy full SHA for ab7c320
1 file changed
resources/skins/edgeix/layouts/staff-links.foil.php
@@ -1,10 +1,5 @@
1
-<?php // Override this file (via skinning) to add customer staff links for ADMINs ?>
2
-
3
-<li class="nav-item dropdown">
4
- <a class="nav-link dropdown-toggle center-dd-caret d-flex" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
5
- Staff Link
6
- </a>
7
- <div class="dropdown-menu" aria-labelledby="navbarDropdown">
8
-<!-- <a class="dropdown-item" href="--><?//= route('xero.auth.success') ?><!--"></a>-->
9
- </div>
10
-</li>
+<?php
+// Empty by design — the EdgeIX skin removes the upstream "Staff Link" dropdown
+// from the top navbar. EdgeIX-specific admin tooling lives in the left sidebar
+// under the "EDGEIX" section (see resources/skins/edgeix/layouts/menu.foil.php).
+?>
0 commit comments