Implementation of developer controls to reload plugins and set label debugging from the GUI. Ref: webgoat/webgoat#93

This commit is contained in:
Daniel Kvist
2016-03-30 22:07:11 +02:00
parent 35bd866873
commit e6fb74fa55
10 changed files with 277 additions and 18 deletions

View File

@ -765,6 +765,24 @@ cookie-container {
padding-left:3px;
}
.developer-controls-table {
width: 100%;
}
.developer-controls-table td {
text-align: right;
}
.developer-controls-table a {
color: #e84c3d
}
#menu-container a,
.developer-controls-table a {
cursor: pointer;
}
/* ==========================================================================
MENU / Sidebar
========================================================================== */