Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
a71a0284ce
⬆️ Update actions/checkout action to v4 2023-09-04 13:30:55 +00:00
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ jobs:
arch_value: linux/arm/v6 arch_value: linux/arm/v6
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: Set up QEMU - name: Set up QEMU
uses: docker/setup-qemu-action@v2 uses: docker/setup-qemu-action@v2

View File

@ -30,7 +30,7 @@
<div class="col-12"> <div class="col-12">
<label for="hostname" class="form-label">Hostname</label> <label for="hostname" class="form-label">Hostname</label>
<input id="hostname" type="text" class="form-control" aria-describedby="hostname-help"> <input id="hostname" type="text" class="form-control" aria-describedby="hostname-help">
<div id="hostname-help" class="form-text">example.com:8080</span> <div id="hostname-help" class="form-text">exemple.com:8080</span>
</div> </div>
</div> </div>
</div> </div>