mirror of
https://github.com/unraid/webgui.git
synced 2026-01-01 06:59:56 -06:00
- Introduced the <unraid-modals> component to the DefaultPageLayout.php file to enhance modal functionality across the web interface. This change aims to improve user interaction by integrating modal support. No further changes are pending for this task.
10 lines
219 B
PHP
10 lines
219 B
PHP
<?
|
|
/**
|
|
* Global elements are elements that are used on all pages.
|
|
* Describe the purpose of each element here.
|
|
*
|
|
* - unraid-modals: teleport targets for unraid web components
|
|
*/
|
|
?>
|
|
|
|
<unraid-modals></unraid-modals>
|