File tree Expand file tree Collapse file tree 5 files changed +279
-255
lines changed
frameworks/keyed/ls-element Expand file tree Collapse file tree 5 files changed +279
-255
lines changed Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html lang ="en ">
3+
34< head >
45 < meta charset ="UTF-8 ">
56 < title > LS_Element</ title >
67 < link href ="/css/currentStyle.css " rel ="stylesheet " />
78</ head >
9+
810< body >
9- < main-element > </ main-element >
11+ < div id ='main '>
12+ < div class ="container ">
13+ < div class ="jumbotron ">
14+ < div class ="row ">
15+ < div class ="col-md-6 ">
16+ < h1 > LS-Element keyed</ h1 >
17+ </ div >
18+ < div class ="col-md-6 ">
19+ < div is ="ls-table-manager " class ="row ">
20+ </ div >
21+ </ div >
22+ </ div >
23+ </ div >
24+ < table class ="table table-hover table-striped test-data ">
25+ < tbody is ="ls-table-body " id ="tbody ">
26+ </ tbody >
27+ </ table >
28+ < span class ="preloadicon glyphicon glyphicon-remove " aria-hidden ="true "> </ span >
29+ </ div >
30+ </ div >
1031</ body >
11- </ html >
32+
33+ </ html >
You can’t perform that action at this time.
0 commit comments