Remove unused app-migration-screen template
This commit is contained in:
parent
9dedda84e2
commit
503884dbb6
1 changed files with 0 additions and 24 deletions
|
@ -28,30 +28,6 @@
|
|||
2) test/index.html
|
||||
-->
|
||||
|
||||
<script type='text/x-tmpl-mustache' id='app-migration-screen'>
|
||||
<div class='content'>
|
||||
<img src='images/icon_128.png'>
|
||||
{{ ^hideProgress }}
|
||||
<div class='container'>
|
||||
<span class='dot'></span>
|
||||
<span class='dot'></span>
|
||||
<span class='dot'></span>
|
||||
</div>
|
||||
{{ /hideProgress }}
|
||||
<div class='message'>{{& message }}</div>
|
||||
<div>
|
||||
{{ #importButton }}
|
||||
<button class='import grey'>{{ importButton }}</button>
|
||||
{{ /importButton }}
|
||||
{{ #restartButton }}
|
||||
<button class='restart grey'>{{ restartButton }}</button>
|
||||
{{ /restartButton }}
|
||||
{{ #cancelButton }}
|
||||
<button class='cancel grey'>{{ cancelButton }}</button>
|
||||
{{ /cancelButton }}
|
||||
</div>
|
||||
</div>
|
||||
</script>
|
||||
<script type='text/x-tmpl-mustache' id='app-loading-screen'>
|
||||
<div class='content'>
|
||||
<img src='images/icon_128.png'>
|
||||
|
|
Loading…
Add table
Reference in a new issue