mirror of https://github.com/embarklabs/embark.git
add whisper version message to demo app
This commit is contained in:
parent
ffbf6a70c5
commit
d9f590799c
|
@ -77,6 +77,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div role="tabpanel" class="tab-pane" id="communication">
|
<div role="tabpanel" class="tab-pane" id="communication">
|
||||||
<div class="error alert alert-danger" role="alert">The node you are using does not support Whisper</div>
|
<div class="error alert alert-danger" role="alert">The node you are using does not support Whisper</div>
|
||||||
|
<div class="errorVersion alert alert-danger" role="alert">The node uses an unsupported version of Whisper</div>
|
||||||
<div id="communication-controls">
|
<div id="communication-controls">
|
||||||
<h3>Listen To channel</h3>
|
<h3>Listen To channel</h3>
|
||||||
<div class="form-group form-inline listen">
|
<div class="form-group form-inline listen">
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"homepage": "",
|
"homepage": "",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"embark": "^2.5.0",
|
"embark": "/Users/iurimatias/Projects/embark-framework",
|
||||||
"mocha": "^2.2.5"
|
"mocha": "^2.2.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue