File tree 1 file changed +8
-6
lines changed
packages/components/tests/dummy/app/templates/components
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 57
57
58
58
<dt class =" dummy-indent" >icon <code >string</code ></dt >
59
59
<dd class =" dummy-indent" >
60
- <p >Shows an icon in the alert. Optional parameter.</p >
60
+ <p >Override the default
61
+ <code class =" dummy-code" >icon</code >
62
+ name determined by the
63
+ <code class =" dummy-code" >color</code >. Optional parameter.
64
+ </p >
61
65
<p >Acceptable value:</p >
62
66
<p >Any
63
67
<a href =" https://flight-hashicorp.vercel.app/" target =" _blank" rel =" noopener noreferrer" >
209
213
210
214
Other variations:
211
215
212
- <Hds::Alert @color =" critical" @icon = " alert-triangle " @ description =" Description only please" />
216
+ <Hds::Alert @color =" critical" @description =" Description only please" />
213
217
<br />
214
218
215
219
<Hds::Alert
216
- @color =" neutral"
217
- @icon =" alert-triangle"
220
+ @color =" critical"
218
221
@title =" Really long title, yet no description. Your Intention settings are currently set to default allow. This
219
222
means that this view will show connections to every service in your
220
223
cluster. We recommend changing your Intention settings to default deny and
224
227
<br />
225
228
226
229
<Hds::Alert
227
- @color =" highlight"
228
- @icon =" alert-triangle"
230
+ @color =" critical"
229
231
@title =" Description below has HTML"
230
232
@description =" Your Intention settings are currently set to default <strong>allow</strong>. This
231
233
means that this view will show connections to every service in your
You can’t perform that action at this time.
0 commit comments