mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Merge branch 'master' of https://github.com/Human-Connection/Human-Connection into 553-delete-comment
This commit is contained in:
commit
8d6e3794cf
@ -32,10 +32,10 @@ Once you are done, apply the configuration:
|
||||
$ kubectl apply -f .
|
||||
```
|
||||
|
||||
By now, your cluster should have an external IP address assigned. If you visit
|
||||
your dashboard, this is how it should look like:
|
||||
By now, your cluster should have a load balancer assigned with an external IP
|
||||
address. On Digital Ocean, this is how it should look like:
|
||||
|
||||

|
||||

|
||||
|
||||
Check the ingress server is working correctly:
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 226 KiB After Width: | Height: | Size: 141 KiB |
@ -5,8 +5,8 @@
|
||||
:margin="margin"
|
||||
>
|
||||
<ds-text>
|
||||
<hc-image
|
||||
:image-props="{ src: imgSrc }"
|
||||
<img
|
||||
:src="iconPath"
|
||||
width="80"
|
||||
class="hc-empty-icon"
|
||||
style="margin-bottom: 5px"
|
||||
@ -24,12 +24,8 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import HcImage from '~/components/Image'
|
||||
export default {
|
||||
name: 'HcEmpty',
|
||||
components: {
|
||||
HcImage
|
||||
},
|
||||
props: {
|
||||
/**
|
||||
* Icon that should be shown
|
||||
@ -58,7 +54,7 @@ export default {
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
imgSrc() {
|
||||
iconPath() {
|
||||
return `/img/empty/${this.icon}.svg`
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user