diff options
author | Parker Berberian <pberberian@iol.unh.edu> | 2019-06-21 15:11:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-06-21 15:11:29 +0000 |
commit | c05b1d090b6848a7d4c34b8812b558dc22049f20 (patch) | |
tree | 551d803ceb9cf873bdf7f81de90fa5a1713b99cb /dashboard/src/templates/workflow/viewport-element.html | |
parent | bf7986421192be9018c662e016fabb02d2dad0da (diff) | |
parent | 5bcbb9310d14bcef3afa11315abd2251fe4e4fc6 (diff) |
Merge "Add bootstrap 4 support"
Diffstat (limited to 'dashboard/src/templates/workflow/viewport-element.html')
-rw-r--r-- | dashboard/src/templates/workflow/viewport-element.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/src/templates/workflow/viewport-element.html b/dashboard/src/templates/workflow/viewport-element.html index f25e644..7a7165a 100644 --- a/dashboard/src/templates/workflow/viewport-element.html +++ b/dashboard/src/templates/workflow/viewport-element.html @@ -1,5 +1,5 @@ {% extends "layout.html" %} -{% load bootstrap3 %} +{% load bootstrap4 %} {% load staticfiles %} {% block basecontent %} |