From bc0d6b180343fc0fc2fe9909b6e60e3a4b413d0b Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Thu, 19 Jun 2025 19:50:09 +0200 Subject: [PATCH] Remove trailing whitespace --- src/applets/disks/disks.html | 4 ++-- src/applets/software/software.html | 1 + src/system-installer-daemon | 2 +- src/system-installer-web-client | 2 +- src/templates/header.html | 6 +++++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/applets/disks/disks.html b/src/applets/disks/disks.html index 92f8e77..dec5161 100644 --- a/src/applets/disks/disks.html +++ b/src/applets/disks/disks.html @@ -86,8 +86,8 @@

{{ disk['name'] }} ({{ (disk['size']/1024000000)|round(2) }} GiB)

-

/boot/efi - vfat +

/dev/{{ disk['name'] }} + swap

diff --git a/src/applets/software/software.html b/src/applets/software/software.html index 73b0fd4..4bbbefb 100644 --- a/src/applets/software/software.html +++ b/src/applets/software/software.html @@ -9,6 +9,7 @@
  • Would you like to participate in popcon?
  • Desktop environment
  • Server software
  • +
  • Sources.list configuration (include install media?)
  • diff --git a/src/system-installer-daemon b/src/system-installer-daemon index 2acdc35..02d9127 100755 --- a/src/system-installer-daemon +++ b/src/system-installer-daemon @@ -34,7 +34,7 @@ print(config) # create our application in flask app = Flask(__name__) app.config.from_object(__name__) -app.config['CONFIG'] = config +app.config['CONFIG'] = config # Register blueprints here for APP in APPS.split(" "): diff --git a/src/system-installer-web-client b/src/system-installer-web-client index 4079a55..f67f74a 100755 --- a/src/system-installer-web-client +++ b/src/system-installer-web-client @@ -3,7 +3,7 @@ import webview LOCATION = "http://10.10.99.22:8080/welcome" -#LOCATION = "http://localhost:8080/welcome" +LOCATION = "http://localhost:8080/welcome" def on_closed(): """ diff --git a/src/templates/header.html b/src/templates/header.html index abb84fc..093e0a0 100644 --- a/src/templates/header.html +++ b/src/templates/header.html @@ -1,5 +1,9 @@ -
    +
    + + + +