Panel/modules/billing/navigation.xml
copilot-swe-agent[bot] 8f8a2a4c06
fix: auto-provision port/mod assignment, error logging, retry UI, GSP wording
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/98539de7-36c5-4a0e-962e-e30f5e4c9125

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2026-05-07 16:31:10 +00:00

27 lines
818 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
Panel-side navigation for billing module.
These pages are accessible within the panel for server provisioning and management.
-->
<root>
<!-- Admin pages for server provisioning -->
<page key="provision_servers" file="create_servers.php" access="admin,user">
<menu>Provision Servers</menu>
</page>
<page key="my_orders" file="my_orders_panel.php" access="admin,user">
<menu>My Orders</menu>
</page>
<page key="admin_game_defaults" file="admin_game_defaults.php" access="admin">
<menu>Game Mod Defaults</menu>
</page>
<page key="admin_orders" file="admin_orders.php" access="admin">
<menu>Manage All Orders</menu>
</page>
<page key="test_integration" file="test_integration.php" access="admin,user">
<menu>Test Integration</menu>
</page>
</root>