Add footer file and installer template
This commit is contained in:
15
src/templates/dmm-installer-template.yaml
Normal file
15
src/templates/dmm-installer-template.yaml
Normal 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
12
src/templates/footer.html
Normal 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>
|
||||||
Reference in New Issue
Block a user