Adding help text for time-out options
parent
668952ec09
commit
f8af7bf884
|
@ -158,7 +158,7 @@
|
|||
<input type="text" class="" value="<%=accessTokenTimeout%>" id="access-token-timeout-seconds" size="16"><span
|
||||
class="add-on">seconds</span>
|
||||
</div>
|
||||
<span class="help-inline">Here's more help text</span>
|
||||
<span class="help-inline">Enter this time in seconds</span>
|
||||
</div>
|
||||
</span>
|
||||
<span class="control-group" id="refreshTokenTimeout">
|
||||
|
@ -170,7 +170,7 @@
|
|||
<input type="text" class="" value="<%=refreshTokenTimeout%>" id="refresh-token-timeout-seconds" size="16"><span
|
||||
class="add-on">seconds</span>
|
||||
</div>
|
||||
<span class="help-inline">Here's more help text</span>
|
||||
<span class="help-inline">Enter this time in seconds</span>
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue