Add footer file and installer template

This commit is contained in:
Jonathan Carter
2024-12-18 18:18:58 +02:00
parent 132efcec34
commit 716f7e8773
2 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
#!/usr/bin/env dmm-perform-recipe
module_path:
- local
global_settings:
language: en
apt_depends: util-linux adduser parted e2fsprogs debootstrap
recipe:
Install some packages:
module: aptpkg
function: install
packagooes: apt
chrooti: /tmp

12
src/templates/footer.html Normal file
View File

@@ -0,0 +1,12 @@
<!-- Buttons on the left -->
<div style="position: absolute; bottom: 15px; left: 15px;">
<button class="button is-light">Back</button>
<button class="button is-light">Connect Active Directory</button>
<button class="button is-light">Connect LDAP</button>
</div>
<!-- Buttons on the right -->
<div style="position: absolute; bottom: 15px; right: 15px;">
<a href="./disks"><button class="button is-link">Next</button></a>
</div>