change spaceApiUrl and nextcloud label

This commit is contained in:
Thomas Rupprecht 2020-10-21 22:04:05 +02:00
parent fabb32fbb1
commit 562d58be71
3 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
- Looks for connected dynamic IPs (DHCP)
- Refreshes every 5min
- Show the next event
- Quick-Links (Homepage, Wiki, Gitea, NextCloud)
- Quick-Links (Homepage, Wiki, Gitea, Nextcloud)
## Install
```ssh

View File

@ -1,6 +1,6 @@
window.Config = {
refreshTimeout: 1000 * 60 * 5, // 5min,
spaceApiUrl: 'https://www.usrspace.at/spaceapi',
spaceApiUrl: 'https://www.usrspace.at/spaceapi.json',
calenderUrl: 'https://www.usrspace.at/calendar.php',
openColor: '#33cc33',
quickLinks: [
@ -26,7 +26,7 @@ window.Config = {
url: 'https://cloud.usrspace.at/',
img: 'icons/font-awesome/cloud-solid.svg',
alt: 'Cloud',
text: 'NextCloud'
text: 'Nextcloud'
}
]
};

View File

@ -34,7 +34,7 @@
</div>
<div class="panel-list-item link" data-url="https://cloud.usrspace.at/">
<div class="icon"><img src="../icons/font-awesome/cloud-solid.svg" width="19" height="19" alt="Cloud" /></div>
<div class="text">NextCloud</div>
<div class="text">Nextcloud</div>
<div class="text-shortcut"></div>
</div>
</div>