Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ab7c320

Browse files
committed
UI updates
1 parent 71da8fb commit ab7c320

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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>
1+
<?php
2+
// Empty by design — the EdgeIX skin removes the upstream "Staff Link" dropdown
3+
// from the top navbar. EdgeIX-specific admin tooling lives in the left sidebar
4+
// under the "EDGEIX" section (see resources/skins/edgeix/layouts/menu.foil.php).
5+
?>

0 commit comments

Comments
 (0)