Remove unused app-migration-screen template
This commit is contained in:
@@ -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'>
|
||||
|
Reference in New Issue
Block a user