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>

View file

@ -1,6 +1,6 @@
<div class="container-fluid d-flex justify-content-center">
<div class="col-12 col-lg-10 col-xl-8 mx-auto">
<strong class="mb-0">System Settings</strong>
<strong class="mb-0">System Updates</strong>
<div style="height: 0.75rem;"></div>
<div class="list-group mb-3 shadow">
<div class="list-group-item d-none" id="app-grouping-item">
@ -22,16 +22,8 @@
</div>
</div>
<div class="container-fluid d-flex justify-content-center">
<div class="col-12 col-lg-10 col-xl-8 mx-auto">
<p>
You can install packages just like you would on a regular Arch system, or install them in containers.
</p>
</div>
</div>
<!-- Import generic page JS. -->
<script src="internal/js/generic_page.js"></script>
<!-- Import overlay JS. -->
<script src="internal/js/system.js"></script>
<script src="internal/js/system.js"></script>