working on simManage
This commit is contained in:
@@ -1,8 +1,18 @@
|
||||
<style>
|
||||
.manage-sim > section {
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
}
|
||||
.manage-sim .sim-list .row {
|
||||
grid-template-columns: 2fr 2fr 1fr 6em 10em;
|
||||
}
|
||||
.manage-sim .sim-list .cell { text-align: center; }
|
||||
</style>
|
||||
<article eiccard class="manage-sim">
|
||||
<header>
|
||||
<h1>Play / Pause a simulation</h1>
|
||||
<h1>Play / Pause / Stop a simulation</h1>
|
||||
</header>
|
||||
<section>
|
||||
<p>TODO: simulation play / pause controls</p>
|
||||
<div eicdatagrid class="sim-list"></div>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user