Skip to content
Snippets Groups Projects
Commit a38c971f authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Minor changes

parent f2338e6b
Branches
No related tags found
No related merge requests found
...@@ -53,6 +53,6 @@ ...@@ -53,6 +53,6 @@
"id": "fileserver", "id": "fileserver",
"label": "File Server" "label": "File Server"
}], }],
"lifespan": [1, 6, 12, 24] "lifespans": [1, 6, 12, 24]
} }
} }
...@@ -192,4 +192,5 @@ body { ...@@ -192,4 +192,5 @@ body {
#token-issuer-btn { #token-issuer-btn {
margin-top: 20px; margin-top: 20px;
margin-bottom: 20px;
} }
\ No newline at end of file
...@@ -32,20 +32,21 @@ include 'include/header.php'; ...@@ -32,20 +32,21 @@ include 'include/header.php';
</a> </a>
</div> </div>
</div> </div>
</div>
<div class="col-sm-5">
<a href="logout" class="btn btn-primary pull-right">Logout</a>
</div>
<?php if ($admin) { ?> <?php if ($admin) { ?>
<div class="col-sm-2"> <div class="row">
<br/><br/> <div class="col-sm-12">
<a class="btn btn-default" href="<?php echo $contextRoot; ?>/admin" title="Admin panel" data-toggle="tooltip" data-placement="bottom"> <a class="btn btn-default" href="<?php echo $contextRoot; ?>/admin" title="Admin panel" data-toggle="tooltip" data-placement="bottom">
<span class="glyphicon glyphicon-wrench"></span> <span class="glyphicon glyphicon-wrench"></span>
Admin Admin
</a> </a>
</div> </div>
</div>
<?php } ?> <?php } ?>
</div> </div>
<div class="col-sm-5">
<a href="logout" class="btn btn-primary pull-right">Logout</a>
</div>
</div>
<?php <?php
include 'include/footer.php'; include 'include/footer.php';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment