Skip to content

Commit a00cd89

Browse files
author
Christoph Wolfes
committed
added notification if markdown file could not be found
1 parent e443151 commit a00cd89

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/markdownPreview/view.html

+3
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@
99
</div>
1010
<div ng-if="vm.fileContent" btf-markdown="vm.fileContent" class="markdownContent">
1111
</div>
12+
<div class="alert alert-danger" ng-if="vm.fileContent.status == 500">
13+
Markdown-File not found. Please check your configuration and try again.
14+
</div>

0 commit comments

Comments
 (0)