Merge branch 'develop' into 'devops-staging'
Develop See merge request empatnusabangsa/ppob/ppob-frontend!95
This commit is contained in:
commit
ab22658622
|
@ -6,9 +6,10 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: "traefik"
|
kubernetes.io/ingress.class: "traefik"
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||||
|
traefik.ingress.kubernetes.io/router.middlewares: empatnusabangsa-production-redirect-https@kubernetescrd
|
||||||
spec:
|
spec:
|
||||||
rules:
|
rules:
|
||||||
- host: "wndsolutions.id"
|
- host: "www.wndsolutions.id"
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- pathType: Prefix
|
- pathType: Prefix
|
||||||
|
@ -20,5 +21,5 @@ spec:
|
||||||
number: 80
|
number: 80
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- "wndsolutions.id"
|
- "www.wndsolutions.id"
|
||||||
secretName: wndsolutions-id-tls
|
secretName: www-wndsolutions-id-tls
|
||||||
|
|
|
@ -91,7 +91,7 @@ export const Konfirmasi = observer(() => {
|
||||||
{
|
{
|
||||||
title: "Foto Toko",
|
title: "Foto Toko",
|
||||||
render: (text, record) =>
|
render: (text, record) =>
|
||||||
record.user_detail?.image_store !== "\"\"" ? (
|
record.user_detail?.image_store !== '""' ? (
|
||||||
<Button
|
<Button
|
||||||
onClick={async () => {
|
onClick={async () => {
|
||||||
setToko(record);
|
setToko(record);
|
||||||
|
@ -378,21 +378,25 @@ export const Konfirmasi = observer(() => {
|
||||||
>
|
>
|
||||||
Foto Identitas
|
Foto Identitas
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
{item.user_detail?.image_store !== "\"\"" ? (
|
||||||
style={
|
<Button
|
||||||
item.is_active === true
|
style={
|
||||||
? {
|
item.is_active === true
|
||||||
marginLeft: 10,
|
? {
|
||||||
}
|
marginLeft: 10,
|
||||||
: { marginTop: 10 }
|
}
|
||||||
}
|
: { marginTop: 10 }
|
||||||
onClick={async () => {
|
}
|
||||||
setToko(item);
|
onClick={async () => {
|
||||||
setVisibleModalToko(true);
|
setToko(item);
|
||||||
}}
|
setVisibleModalToko(true);
|
||||||
>
|
}}
|
||||||
Foto Toko
|
>
|
||||||
</Button>
|
Foto Toko
|
||||||
|
</Button>
|
||||||
|
) : (
|
||||||
|
""
|
||||||
|
)}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user