diff options
Diffstat (limited to 'cvp/3rd_party/static/testapi-ui/components/profile/profile.html')
-rw-r--r-- | cvp/3rd_party/static/testapi-ui/components/profile/profile.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cvp/3rd_party/static/testapi-ui/components/profile/profile.html b/cvp/3rd_party/static/testapi-ui/components/profile/profile.html index b41a101c..98b28df5 100644 --- a/cvp/3rd_party/static/testapi-ui/components/profile/profile.html +++ b/cvp/3rd_party/static/testapi-ui/components/profile/profile.html @@ -1,3 +1,4 @@ +<div class="container-fluid common-main-container"> <h3>User profile</h3> <div cg-busy="{promise:ctrl.authRequest,message:'Loading'}"></div> <div> @@ -36,3 +37,4 @@ </table> </div> </div> +</div> |