Skip to content

Commit ecba3f8

Browse files
committed
Upgrade to EUI v0.0.6. Fix linting errors.
1 parent 536e5a9 commit ecba3f8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"url": "https://github.com/elastic/kibana.git"
7373
},
7474
"dependencies": {
75-
"@elastic/eui": "0.0.5",
75+
"@elastic/eui": "0.0.6",
7676
"@elastic/datemath": "2.3.0",
7777
"@elastic/filesaver": "1.1.2",
7878
"@elastic/numeral": "2.3.1",

src/core_plugins/metrics/public/components/markdown_editor.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,11 @@ class MarkdownEditor extends Component {
139139
</EuiText>
140140
</div>
141141
<EuiCodeBlock>
142-
{`# All servers:
142+
{`# All servers:
143143
144-
{{#each _all}}
145-
- {{ label }} {{ last.formatted }}
146-
{{/each}}`}
144+
{{#each _all}}
145+
- {{ label }} {{ last.formatted }}
146+
{{/each}}`}
147147
</EuiCodeBlock>
148148
</div>
149149
</div>

0 commit comments

Comments
 (0)