Commit 0422e9c 1 parent 40c3c0a commit 0422e9c Copy full SHA for 0422e9c
File tree 1 file changed +0
-24
lines changed
nebula/frontend/templates
1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -59,30 +59,6 @@ <h4 style="text-align: center"><strong>There is a scenario <span
59
59
< p style ="color: #772953; font-weight: bold "> The federation is currently running</ p >
60
60
</ div >
61
61
{% 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 >
86
62
{% if scenario_running %}
87
63
< div style ="text-align: center; display: flex;justify-content: center; " class ="col ">
88
64
< p style ="color: #772953; font-weight: bold; padding-top: 6px; "> Scenarios queue {{ scenarios_finished
You can’t perform that action at this time.
0 commit comments