|
20 | 20 | <!-- Details Pane -->
|
21 | 21 | <div class="tab-pane fade show active" id="nav-home" role="tabpanel" aria-labelledby="nav-home-tab">
|
22 | 22 | {% if ticket.status == "New" %}
|
23 |
| - <div class="jumbotron bg-cyan-light"> |
| 23 | + <div class="jumbotron bg-light-blue"> |
24 | 24 | {% elif ticket.status == "In Progress" %}
|
25 | 25 | <div class="jumbotron bg-warning-light">
|
26 | 26 | {% elif ticket.status == "Resolved" %}
|
@@ -230,10 +230,9 @@ <h4 class="display-5">{{ ticket.summary}}
|
230 | 230 | class="material-icons-outlined align-bottom">edit</i> Edit Ticket</a>
|
231 | 231 | <!-- Status change via dropdown -->
|
232 | 232 | <div class="btn-group">
|
233 |
| - <button class="btn btn-outline-dark dropdown-toggle" type="button" data-toggle="dropdown" |
234 |
| - aria-haspopup="true" aria-expanded="false"><span class="material-icons align-top"> |
235 |
| - speed |
236 |
| - </span> Status |
| 233 | + <button class="btn btn-sm" type="button" data-toggle="dropdown" aria-haspopup="true" |
| 234 | + aria-expanded="false"> |
| 235 | + <span class="material-icons align-top">more_vert</span> |
237 | 236 | </button>
|
238 | 237 | <div class="dropdown-menu dropdown-menu-left">
|
239 | 238 | <h6 class="dropdown-header">Set to:</h6>
|
@@ -320,7 +319,7 @@ <h5><i class="material-icons align-top">insert_comment</i> Comments ({{ comments
|
320 | 319 | <!-- Change History Pane -->
|
321 | 320 | <div class="tab-pane fade" id="nav-profile" role="tabpanel" aria-labelledby="nav-profile-tab">
|
322 | 321 | {% if ticket.status == "New" %}
|
323 |
| - <div class="jumbotron bg-cyan-light"> |
| 322 | + <div class="jumbotron bg-light-blue"> |
324 | 323 | {% elif ticket.status == "In Progress" %}
|
325 | 324 | <div class="jumbotron bg-warning-light">
|
326 | 325 | {% elif ticket.status == "Resolved" %}
|
|
0 commit comments