aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/base/workflow/viewport-base.html
diff options
context:
space:
mode:
authorSawyer Bergeron <sbergeron@iol.unh.edu>2022-12-16 22:08:06 +0000
committerGerrit Code Review <gerrit@opnfv.org>2022-12-16 22:08:06 +0000
commit8ddc7e820e120f1dde4e901d3cb6f1dd3f281e65 (patch)
treeb8251f8703550bbdce86239364749025aafccbb8 /src/templates/base/workflow/viewport-base.html
parent1773e2b7fc4564e693dfbf29074374379ed86ebb (diff)
parent4edb8881357e043fd7ea15efeb2d592c9fb55efc (diff)
Merge "Laas Dashboard Front End Improvements"
Diffstat (limited to 'src/templates/base/workflow/viewport-base.html')
-rw-r--r--src/templates/base/workflow/viewport-base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/base/workflow/viewport-base.html b/src/templates/base/workflow/viewport-base.html
index d9648c2..88229ca 100644
--- a/src/templates/base/workflow/viewport-base.html
+++ b/src/templates/base/workflow/viewport-base.html
@@ -10,7 +10,7 @@
<div class="col">
<nav>
<ul class="pagination d-flex flex-row" id="topPagination">
- <li class="page-item flex-shrink-1 page-control">
+ <li class="page-item flex-shrink-1 page-control" id="workflow-nav-back">
<a class="page-link" href="#" id="gob" onclick="submit_and_go('prev')">
<i class="fas fa-backward"></i> Back
</a>
@@ -20,7 +20,7 @@
<i class="far"></i>
</a>
</li>
- <li class="page-item flex-shrink-1 page-control">
+ <li class="page-item flex-shrink-1 page-control" id="workflow-nav-next">
<a class="page-link text-right" href="#" id="gof" onclick="submit_and_go('next')">
Next <i class="fas fa-forward"></i>
</a>