summaryrefslogtreecommitdiffstats
path: root/modules-available/minilinux/templates/sources.html
diff options
context:
space:
mode:
authorSimon Rettberg2019-10-16 18:12:17 +0200
committerSimon Rettberg2019-10-16 18:12:17 +0200
commit36e47dcdfb7d19d4c8982a77b4dd3b87d8c4ca31 (patch)
tree1326851106dd111dc1bcd32d0622dda094f1dcae /modules-available/minilinux/templates/sources.html
parent[dozmod] Increase sat DB's launch counter on cache hit (diff)
downloadslx-admin-36e47dcdfb7d19d4c8982a77b4dd3b87d8c4ca31.tar.gz
slx-admin-36e47dcdfb7d19d4c8982a77b4dd3b87d8c4ca31.tar.xz
slx-admin-36e47dcdfb7d19d4c8982a77b4dd3b87d8c4ca31.zip
[serversetup-bwlp-ipxe/minilinux] Implement minilinux hook for ipxe
Diffstat (limited to 'modules-available/minilinux/templates/sources.html')
-rw-r--r--modules-available/minilinux/templates/sources.html79
1 files changed, 39 insertions, 40 deletions
diff --git a/modules-available/minilinux/templates/sources.html b/modules-available/minilinux/templates/sources.html
index f2e54745..dabc7f4d 100644
--- a/modules-available/minilinux/templates/sources.html
+++ b/modules-available/minilinux/templates/sources.html
@@ -1,42 +1,41 @@
-<div class="panel panel-default">
- <div class="panel-heading">
- {{lang_sources}}
- </div>
- <table class="table table-condensed">
- <thead>
- <tr>
- <th>{{lang_id}}</th>
- <th>{{lang_title}}</th>
- <th>{{lang_url}}</th>
- <th>{{lang_lastUpdate}}</th>
- <th>{{lang_key}}</th>
- </tr>
- </thead>
- <tbody>
- {{#list}}
- <tr>
- <td class="small">{{sourceid}}</td>
- <td>{{title}}</td>
- <td class="small">{{url}}</td>
- <td class="{{update_class}}">{{lastupdate_s}}</td>
- <td class="text-center">
- <button type="button" class="btn btn-default btn-xs" data-confirm="#confirm-{{source}}" data-close="{{lang_close}}">
- <span class="glyphicon glyphicon-eye-open"></span>
- </button>
- <pre id="confirm-{{source}}" class="hidden">{{pubkey}}</pre>
- </td>
- </tr>
- {{/list}}
- </tbody>
- </table>
- <div class="panel-body text-right">
- <form method="post" action="?do=minilinux">
- <input type="hidden" name="token" value="{{token}}">
- <button type="submit" name="show" value="updatesources" class="btn btn-default"
- onclick="$(this).find('.glyphicon').addClass('slx-rotation')" {{^show_refresh}}disabled{{/show_refresh}}>
- <span class="glyphicon glyphicon-refresh"></span>
- {{lang_updateSourcesButton}}
+<h3>{{lang_sources}}</h3>
+
+<p>{{lang_sourcesIntro}}</p>
+
+<table class="table table-condensed">
+ <thead>
+ <tr>
+ <th>{{lang_id}}</th>
+ <th>{{lang_title}}</th>
+ <th>{{lang_url}}</th>
+ <th>{{lang_lastUpdate}}</th>
+ <th>{{lang_key}}</th>
+ </tr>
+ </thead>
+ <tbody>
+ {{#list}}
+ <tr>
+ <td class="small">{{sourceid}}</td>
+ <td>{{title}}</td>
+ <td class="small">{{url}}</td>
+ <td class="{{update_class}}">{{lastupdate_s}}</td>
+ <td class="text-center">
+ <button type="button" class="btn btn-default btn-xs" data-confirm="#confirm-{{source}}" data-close="{{lang_close}}">
+ <span class="glyphicon glyphicon-eye-open"></span>
</button>
- </form>
- </div>
+ <pre id="confirm-{{source}}" class="hidden">{{pubkey}}</pre>
+ </td>
+ </tr>
+ {{/list}}
+ </tbody>
+</table>
+<div class="text-right">
+ <form method="post" action="?do=minilinux">
+ <input type="hidden" name="token" value="{{token}}">
+ <button type="submit" name="show" value="updatesources" class="btn btn-default"
+ onclick="$(this).find('.glyphicon').addClass('slx-rotation')" {{^show_refresh}}disabled{{/show_refresh}}>
+ <span class="glyphicon glyphicon-refresh"></span>
+ {{lang_updateSourcesButton}}
+ </button>
+ </form>
</div> \ No newline at end of file