Files
nextcloud-mcp-server/third_party/astrolabe/templates/settings/admin.php
T
2025-12-23 05:46:49 +01:00

16 lines
347 B
PHP

<?php
/**
* Admin settings template for Astrolabe.
*
* Mounts the Vue.js admin settings component for async loading
* and improved UX.
*/
script('astrolabe', 'astrolabe-adminSettings');
style('astrolabe', 'astrolabe-adminSettings');
?>
<div id="astrolabe-admin-settings" class="section">
<!-- Vue component will be mounted here -->
</div>