Skip to content

Commit f47826c

Browse files
authored
layout improvements (#546)
1 parent a5c6168 commit f47826c

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

source/adminguide/host_and_storage_tags.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,17 +148,19 @@ 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+
152+
- “slow,fast” -> TRUE
153+
- “fast,slow” -> FALSE
154+
- “fast” -> FALSE
154155

155156
If you want to avoid dependency on tag order, use the following approach:
156157

157158
Example: tags.indexOf('slow') >= 0 || tags.indexOf('fast') >= 0
158159
Tags and results:
159-
“slow,fast” -> TRUE
160-
“fast,slow” -> TRUE
161-
“fast” -> TRUE
160+
161+
- “slow,fast” -> TRUE
162+
- “fast,slow” -> TRUE
163+
- “fast” -> TRUE
162164

163165

164166
It's also important to mention that flexible tags are not compatible with quota's activation rules.
16 KB
Binary file not shown.

0 commit comments

Comments
 (0)