Commit 4c4d60718ca7e8f49cb1b541e20760fe52c2a539
1 parent
c02a31b88c
Exists in
master
and in
1 other branch
WEBADMIN: link ke modem
Showing 2 changed files with 16 additions and 1 deletions Side-by-side Diff
webadmin-views/config.include.addmodem.html
webadmin-views/config.index.html
... | ... | @@ -2,7 +2,22 @@ |
2 | 2 | |
3 | 3 | {% block content %} |
4 | 4 | |
5 | + | |
6 | +{% for modem in modems %} | |
7 | +[ | |
8 | + <a href="#modem{{modem.name}}">{{modem.name}}</a> | |
9 | +] | |
10 | +{% endfor %} | |
11 | + | |
12 | +[ | |
13 | + <a href="#addmodem">Tambah Modem</a> | |
14 | +] | |
15 | + | |
16 | +<br> | |
17 | + | |
5 | 18 | {% for modem in modems %} |
19 | +<div id="modem{{modem.name}}"> </div> | |
20 | + | |
6 | 21 | <div class="card"> |
7 | 22 | <div class="card-header bg-info"> |
8 | 23 | <h3>{{ modem.name }}</3> |