2020-07-21 11:40:17 +00:00
|
|
|
<!-- WIP. The user should be able to call several analysis tools from here.-->
|
|
|
|
|
|
|
|
<div class="col s12 m2 l2" id="anlysis">
|
|
|
|
<h6 style="margin-top: 0px;">Analysis</h6>
|
|
|
|
<div class="divider" style="margin-bottom: 10px;"></div>
|
|
|
|
<div class="row">
|
|
|
|
<div class="col s12">
|
|
|
|
<button id="placeholder1"
|
|
|
|
class="waves-effect
|
|
|
|
waves-light
|
|
|
|
btn-flat
|
2020-07-21 13:30:56 +00:00
|
|
|
disabled
|
|
|
|
flat-interaction"
|
2020-07-21 11:40:17 +00:00
|
|
|
type="submit">Action One
|
|
|
|
<i class="material-icons left">cloud</i>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
<div class="col s12">
|
|
|
|
<button id="placeholder2"
|
|
|
|
class="waves-effect
|
|
|
|
waves-light
|
|
|
|
btn-flat
|
2020-07-21 13:30:56 +00:00
|
|
|
disabled
|
|
|
|
flat-interaction"
|
2020-07-21 11:40:17 +00:00
|
|
|
type="submit">Action Two
|
|
|
|
<i class="material-icons left">add</i>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|