Skip to content

Commit ae5571f

Browse files
add style
1 parent 16b0e05 commit ae5571f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frameworks/non-keyed/sifrr/elements/main/element.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<template>
22
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
3+
<link href="/css/currentStyle.css" rel="stylesheet"/>
34
<div class="container">
45
<div class="jumbotron">
56
<div class="row">
@@ -35,7 +36,6 @@ <h1>Sifrr</h1>
3536
<!-- ${this.arrayToDom('data', this.newdata())} -->
3637
</tbody>
3738
</table>
38-
<span class="preloadicon glyphicon glyphicon-remove" aria-hidden="true"></span>
3939
</div>
4040
</template>
4141
<script>
@@ -45,7 +45,7 @@ <h1>Sifrr</h1>
4545
}
4646
}
4747
MainElement.defaultState = {
48-
"data": [{ id: '1', label: 'ok' }, {id: '2', label: 'bang' }],
48+
"data": [],
4949
"selected": null
5050
}
5151

0 commit comments

Comments
 (0)