Skip to content

Commit 0422e9c

Browse files
remove upper table in dashboard
1 parent 40c3c0a commit 0422e9c

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

nebula/frontend/templates/dashboard.html

-24
Original file line numberDiff line numberDiff line change
@@ -59,30 +59,6 @@ <h4 style="text-align: center"><strong>There is a scenario <span
5959
<p style="color: #772953; font-weight: bold">The federation is currently running</p>
6060
</div>
6161
{% endif %}
62-
<div class="table-responsive">
63-
<table id="table-queue" class="table small">
64-
<thead>
65-
<tr>
66-
<th>User</th>
67-
<th>scenarios_finished</th>
68-
<th>/</th>
69-
<th>scenarios_list_length</th>
70-
</tr>
71-
</thead>
72-
{% for user, user_data in user_data_store.items() %}
73-
<tr>
74-
<td id="user">{{ user}}</td>
75-
<td id="scenarios_finished" style="text-align: center;">{{ user_data.scenarios_finished }}</td>
76-
<td id="bar">{{ "/" }}</td>
77-
<td id="scenarios_list_length" style="text-align: center;">{{ user_data.scenarios_list_length }}</td>
78-
<!-- <td class="td-icons">
79-
<a href="{{ url_for('nebula_stop_scenario', scenario_name=scenario_running[0], stop_all=True) }}"
80-
class="label btn btn-danger">Stop scenario queue</a>
81-
</td> -->
82-
</tr>
83-
{% endfor %}
84-
</table>
85-
</div>
8662
{% if scenario_running %}
8763
<div style="text-align: center; display: flex;justify-content: center;" class="col">
8864
<p style="color: #772953; font-weight: bold; padding-top: 6px;">Scenarios queue {{ scenarios_finished

0 commit comments

Comments
 (0)