Merge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server
commit
89dd98f4a7
|
@ -1,7 +1,6 @@
|
|||
<%@attribute name="title" required="false" %>
|
||||
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
|
||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<td><%=authority%></td>
|
||||
<td><%=description%>
|
||||
</td>
|
||||
<td><input type="checkbox" checked="<%=(refreshTokens == 1 ? 'checked' : '')%>" value="" id="" name="" disabled></td>
|
||||
<td><input type="checkbox" "<%=(refreshTokens == 1 ? 'checked' : '')%> value="" id="" name="" disabled></td>
|
||||
<td>
|
||||
<button data-controls-modal="modal-from-dom" data-backdrop="true" data-keyboard="true"
|
||||
class="btn">edit
|
||||
|
|
Loading…
Reference in New Issue