change to fix WEB-164, some other UI updates
This commit is contained in:
parent
302aff54a3
commit
f6ac85168b
@ -176,9 +176,10 @@
|
|||||||
<div id="cookiesAndParamsView">
|
<div id="cookiesAndParamsView">
|
||||||
<div class="cookiesView">
|
<div class="cookiesView">
|
||||||
<h4>Cookies</h4>
|
<h4>Cookies</h4>
|
||||||
<table class="cookieTable table-striped table-nonfluid" ng-repeat="cookie in cookies">
|
<div class="cookieContainer" ng-repeat="cookie in cookies">
|
||||||
|
<table class="cookieTable table-striped table-nonfluid" >
|
||||||
<thead>
|
<thead>
|
||||||
<tr><th class="col-sm-1">Field</th><th class="col-sm-1">Value</th></tr>
|
<tr><th class="col-sm-1"></th><th class="col-sm-1"></th></tr> <!-- Field / Value -->
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr ng-repeat="(key, value) in cookie">
|
<tr ng-repeat="(key, value) in cookie">
|
||||||
@ -189,6 +190,7 @@
|
|||||||
<!--<li ng-repeat="(key, value) in cookie">{{key}} :: {{ value}} </td>-->
|
<!--<li ng-repeat="(key, value) in cookie">{{key}} :: {{ value}} </td>-->
|
||||||
<!--</ul>-->
|
<!--</ul>-->
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="paramsView"> <!--class="paramsView"-->
|
<div id="paramsView"> <!--class="paramsView"-->
|
||||||
<h4>Params</h4>
|
<h4>Params</h4>
|
||||||
|
@ -716,10 +716,11 @@ fieldset[disabled] .btn-warning.active {
|
|||||||
|
|
||||||
.table-nonfluid {
|
.table-nonfluid {
|
||||||
width:auto;
|
width:auto;
|
||||||
|
margin-bottom:15px;
|
||||||
}
|
}
|
||||||
.table-nonfluid {
|
|
||||||
|
|
||||||
|
cookieContainer {
|
||||||
|
margin-bottom:4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cookieTable tr td, .paramsTable tr td {
|
.cookieTable tr td, .paramsTable tr td {
|
||||||
|
@ -102,8 +102,6 @@ goat.utils = {
|
|||||||
function() {
|
function() {
|
||||||
var _url = $(el).attr('link');
|
var _url = $(el).attr('link');
|
||||||
$.get(_url, {success:showResponse});
|
$.get(_url, {success:showResponse});
|
||||||
//return $.get(_url, {}, null, "html");
|
|
||||||
//angular.element($('#leftside-navigation')).scope().renderLesson(curMenuItem,url);
|
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
@ -151,7 +151,7 @@ WebSession webSession = ((WebSession)session.getAttribute("websession"));
|
|||||||
</td>
|
</td>
|
||||||
<td width="190"> </td>
|
<td width="190"> </td>
|
||||||
<td width="76">
|
<td width="76">
|
||||||
<form method="POST">
|
<form method="POST" action="<%=webSession.getCurrentLesson().getFormAction()%>">
|
||||||
<input type="submit" name="action" value="<%=CrossSiteScripting.LOGOUT_ACTION%>"/>
|
<input type="submit" name="action" value="<%=CrossSiteScripting.LOGOUT_ACTION%>"/>
|
||||||
</form>
|
</form>
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user