Author: smolnar
Date: Tue Oct 10 08:31:37 2023
New Revision: 1912854

URL: http://svn.apache.org/viewvc?rev=1912854&view=rev
Log:
KNOX-2965 - Fixed batch operations formatting

Modified:
    knox/site/books/knox-2-1-0/user-guide.html
    knox/trunk/books/2.1.0/config_knox_token.md

Modified: knox/site/books/knox-2-1-0/user-guide.html
URL: 
http://svn.apache.org/viewvc/knox/site/books/knox-2-1-0/user-guide.html?rev=1912854&r1=1912853&r2=1912854&view=diff
==============================================================================
--- knox/site/books/knox-2-1-0/user-guide.html (original)
+++ knox/site/books/knox-2-1-0/user-guide.html Tue Oct 10 08:31:37 2023
@@ -6443,7 +6443,12 @@ Content-Length: 2048
 </ol>
 <p>In order to refresh the table, you can use the <code>Refresh icon</code> 
above the table (if you generated tokens on another tab for instance).</p>
 <p><strong>Batch operations</strong></p>
-<p>When at least one token is selected, the following buttons are shown under 
the table:  - Disable Selected Tokens: when executed, all the selected tokens 
become disabled (if they were disabled originally, they will remain disabled)  
- Enable Selected Tokens: when executed, all the selected tokens become enabled 
(if they were enabled originally, they will remain enabled)  - Revoke Selected 
Tokens: when executed, all the selected tokens will be revoked. Please note 
this option is shown only, if there is no KnoxSSO cookie (token) selected (i.e. 
batch revocation only works with regular tokens).</p>
+<p>When at least one token is selected, the following buttons are shown under 
the table:</p>
+<ul>
+  <li><code>Disable Selected Tokens</code>: when executed, all the selected 
tokens become disabled (if they were disabled originally, they will remain 
disabled)</li>
+  <li><code>Enable Selected Tokens</code>: when executed, all the selected 
tokens become enabled (if they were enabled originally, they will remain 
enabled)</li>
+  <li><code>Revoke Selected Tokens</code>: when executed, all the selected 
tokens will be revoked. Please note this option is shown only, if there is no 
KnoxSSO cookie (token) selected (i.e. batch revocation only works with regular 
tokens).</li>
+</ul>
 <p><strong>Toggles</strong></p>
 <ul>
   <li><code>Show Disabled KnoxSSO Cookies</code>: this is true by default. 
Since disabled KnoxSSO cookies remain in the underlying token state service 
until they expire, it may bother users to see them in the tokens table. 
Flipping this toggle button helps to hide them.</li>

Modified: knox/trunk/books/2.1.0/config_knox_token.md
URL: 
http://svn.apache.org/viewvc/knox/trunk/books/2.1.0/config_knox_token.md?rev=1912854&r1=1912853&r2=1912854&view=diff
==============================================================================
--- knox/trunk/books/2.1.0/config_knox_token.md (original)
+++ knox/trunk/books/2.1.0/config_knox_token.md Tue Oct 10 08:31:37 2023
@@ -489,9 +489,10 @@ In order to refresh the table, you can u
 **Batch operations**
 
 When at least one token is selected, the following buttons are shown under the 
table:
-    - Disable Selected Tokens: when executed, all the selected tokens become 
disabled (if they were disabled originally, they will remain disabled)
-    - Enable Selected Tokens: when executed, all the selected tokens become 
enabled (if they were enabled originally, they will remain enabled)
-    - Revoke Selected Tokens: when executed, all the selected tokens will be 
revoked. Please note this option is shown only, if there is no KnoxSSO cookie 
(token) selected (i.e. batch revocation only works with regular tokens).
+
+- `Disable Selected Tokens`: when executed, all the selected tokens become 
disabled (if they were disabled originally, they will remain disabled)
+- `Enable Selected Tokens`: when executed, all the selected tokens become 
enabled (if they were enabled originally, they will remain enabled)
+- `Revoke Selected Tokens`: when executed, all the selected tokens will be 
revoked. Please note this option is shown only, if there is no KnoxSSO cookie 
(token) selected (i.e. batch revocation only works with regular tokens).
 
 **Toggles**
 


Reply via email to