fix: remove remainder of Hubl

This commit is contained in:
Jean-Baptiste Pasquier 2021-06-15 14:04:30 +02:00
parent 56b153cec0
commit b2bc7965db
7 changed files with 8 additions and 65 deletions

View File

@ -1,24 +1 @@
# What's happening?
Describe in a few words what's happening
## Steps to reproduce
How one can reproduce the issue - this is very important
1. Step 1
2. Step 2
3. Step 3
## Relevant logs and/or screenshots
If possible, please add a screenshot.
## Your Environment
(Include relevant details about the environment you experienced the bug in)
* Browser name and version:
* Operating System and version (desktop or mobile):
/label ~BUG
Please go to https://git.startinblox.com/blox

View File

@ -1,20 +1 @@
# What needs to be done
## Technical details
Are there any technical details worth mentioning?
## Test cases
Describe here the tests needed in order to validate this feature
1. Step 1
2. Step 2
3. Step 3
## Links & Mockups
1. Link to user story in wiki
2. other related Gitlab issues
/label ~Feature request
Please go to https://git.startinblox.com/blox

View File

@ -1,16 +1 @@
# Please fill all these info
## General info
- Name of the instance:
- Domain: .hubl.world
## Cosmetics
- Logo:
- Favicon:
- 4 Colors:
/label ~"New Instance"
Please ask on https://git.startinblox.com/blox/platform/deploy/issues

View File

@ -1,7 +1,7 @@
{
"client": {
"name": "Sample of a functional Orbit",
"logo": "https://cdn.startinblox.com/logos/webp/hubl.webp"
"logo": "https://cdn.startinblox.com/logos/webp/startinblox.webp"
},
"components": [{
"type": "registering",

View File

@ -7,6 +7,6 @@ $ curl -LO https://git.startinblox.com/djangoldp-packages/djangoldp/raw/master/D
And build it along with the `settings.yml` file:
```
# docker build -t registry.startinblox.com/applications/hubl/djangoldp:2.1 .
# docker push registry.startinblox.com/applications/hubl/djangoldp:2.1
# docker build -t registry.startinblox.com/applications/orbit/djangoldp:2.1 .
# docker push registry.startinblox.com/applications/orbit/djangoldp:2.1
```

View File

@ -4,7 +4,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://git.startinblox.com/applications/hubl.git"
"url": "https://git.startinblox.com/applications/orbit.git"
},
"scripts": {
"prebuild": "rimraf build",

View File

@ -16,7 +16,7 @@ if ('serviceWorker' in navigator) {
backdrop: false,
title: "",
text: orbit.intl.t('serviceWorker.newUpdate') + ". " + orbit.intl.t('serviceWorker.wantToUpdate'),
imageUrl: orbit.client.logo || 'https://cdn.startinblox.com/logos/webp/hubl.webp',
imageUrl: orbit.client.logo || 'https://cdn.startinblox.com/logos/webp/startinblox.webp',
imageAlt: orbit.client.name,
showCancelButton: true,
confirmButtonClass: 'button text-xsmall text-bold text-center reversed color-secondary bordered icon icon-check icon-margin-right-xsmall no-background-image',