feat: do not require running containers

This commit is contained in:
Rudra B.S. 2024-02-09 15:57:30 +05:30
parent 5c08c1a111
commit 0413532282
3 changed files with 14 additions and 18 deletions

View file

@ -1,7 +1,7 @@
<html>
<head>
<title>Settings</title>
<title>Linux Containers</title>
<!-- Import bootstrap v5.0. -->
<link href="external/css/bootstrap.min.css" rel="stylesheet">
@ -18,7 +18,7 @@
Containers</button>
<button class="btn btn-outline-light shadow-none d-none" id="android-button" onclick="page('android')">Android
Apps</button>
<button class="btn btn-outline-light shadow-none" id="system-button" onclick="page('system')">System</button>
<button class="btn btn-outline-light shadow-none" id="system-button" onclick="page('system')">System Updates</button>
</div>
</div>
@ -75,4 +75,4 @@
<script src="internal/js/generic_page.js"></script>
</body>
</html>
</html>