Skip to content

Commit ff9ec9a

Browse files
committed
chore(dashboard): change scenarios name for scenarios title
1 parent be0edb9 commit ff9ec9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nebula/frontend/templates/dashboard.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h3>Scenarios in the database</h3>
116116
<table id="table-scenarios" class="table small">
117117
<thead>
118118
<tr>
119-
<th>Name</th>
119+
<th>Title</th>
120120
<th>Start time</th>
121121
<th>Model</th>
122122
<th>Dataset</th>
@@ -128,7 +128,7 @@ <h3>Scenarios in the database</h3>
128128
{% for name, start_time, end_time, title, description, status, network_subnet, model, dataset,
129129
rounds, role in scenarios %}
130130
<tr id="scenario-vars">
131-
<td id="name">{{ name }}</td>
131+
<td id="title">{{ title }}</td>
132132
<td id="start_time">{{ start_time }}</td>
133133
<td id="model">{{ model }}</td>
134134
<td id="dataset">{{ dataset }}</td>

0 commit comments

Comments
 (0)