Skip to content

Commit

Permalink
(simatec) Beta 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simatec committed Sep 12, 2023
1 parent 0257d52 commit 8c7fa0a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
7 changes: 6 additions & 1 deletion admin/tab_m.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,15 @@ body {
border-radius: 4px;
box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.m .btn, .m .btn-flat, .m .btn-large, .m .btn-small {
.m .btn, .m .btn-flat, .m .btn-large {
background-color:#3399CC;
border-radius: 4px;
}

.m .btn-small {
background-color:#3399CC;
}

#dialog-backups-show .title {
width: 100%;
margin-left: auto;
Expand Down
10 changes: 9 additions & 1 deletion admin/tab_m.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@
<span class="translate h-sub-title">Backup your System …</span>
</p>
</div>
<div class="col s6 help-link">
<a class="btn-floating btn-small waves-effect waves-light" title="Wiki" href="https://github.com/simatec/ioBroker.backitup/wiki" target="_blank" rel="noreferrer">
<i class="material-icons">school</i>
</a>
<a class="btn-floating btn-small waves-effect waves-light" title="Readme" href="https://github.com/simatec/ioBroker.backitup/blob/master/README.md" target="_blank" rel="noreferrer">
<i class="material-icons">help</i>
</a>
</div>
</div>
<!-- Backup Informations -->
<div class="row" style="padding: 2px;">
Expand Down Expand Up @@ -141,7 +149,7 @@ <h6 class="translate title" style="background-color:#174475; font-size: 0.9rem;;
<a class="waves-effect waves-light btn btn-backitup btn-iobroker do-list" ><i class="material-icons right">search</i><span class="translate">Get list</span></a>
</div>
<div class="input-field col s6 m3">
<a class="waves-effect waves-light btn btn-backitup btn-restore-himself" ><i class="material-icons right">restore</i><span class="translate">restore Configuration</span></a>
<a class="waves-effect waves-light btn btn-backitup btn-restore-himself" ><i class="material-icons right">settings_backup_restore</i><span class="translate">restore Configuration</span></a>
</div>
<div class="col s6 l2 cloudRestore">
<div class="chip blink" style="background-color:#64b5f6;">
Expand Down
8 changes: 4 additions & 4 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@
"_id": "info.ccuNextTime",
"type": "state",
"common": {
"role": "indicator",
"role": "state",
"name": "Next CCU backup",
"type": "string",
"read": true,
Expand All @@ -474,7 +474,7 @@
"_id": "info.iobrokerNextTime",
"type": "state",
"common": {
"role": "indicator",
"role": "state",
"name": "Next iobroker backup",
"type": "string",
"read": true,
Expand Down Expand Up @@ -521,7 +521,7 @@
"_id": "history.ccuLastTime",
"type": "state",
"common": {
"role": "indicator",
"role": "state",
"name": "Last CCU backup",
"type": "string",
"read": true,
Expand All @@ -534,7 +534,7 @@
"_id": "history.iobrokerLastTime",
"type": "state",
"common": {
"role": "indicator",
"role": "state",
"name": "Last iobroker backup",
"type": "string",
"read": true,
Expand Down

0 comments on commit 8c7fa0a

Please sign in to comment.