Skip to content

Commit 05902a7

Browse files
committed
layout improvements
1 parent 14e3731 commit 05902a7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/adminguide/host_and_storage_tags.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,17 +148,17 @@ It is worth mentioning that the compute offering or disk offering tags are injec
148148

149149
Example: tags[0] == "slow" || tags[1] == "fast"
150150
Tags and results:
151-
“slow,fast” -> TRUE
152-
“fast,slow” -> FALSE
153-
“fast” -> FALSE
151+
- “slow,fast” -> TRUE
152+
- “fast,slow” -> FALSE
153+
- “fast” -> FALSE
154154

155155
If you want to avoid dependency on tag order, use the following approach:
156156

157157
Example: tags.indexOf('slow') >= 0 || tags.indexOf('fast') >= 0
158158
Tags and results:
159-
“slow,fast” -> TRUE
160-
“fast,slow” -> TRUE
161-
“fast” -> TRUE
159+
- “slow,fast” -> TRUE
160+
- “fast,slow” -> TRUE
161+
- “fast” -> TRUE
162162

163163

164164
It's also important to mention that flexible tags are not compatible with quota's activation rules.

0 commit comments

Comments
 (0)