update text to okteto
Signed-off-by: Ramiro Berrelleza <rberrelleza@gmail.com>
This commit is contained in:
parent
0f1ff909c2
commit
e4560de793
1 changed files with 2 additions and 2 deletions
|
@ -112,7 +112,7 @@ func (plat *platformDetails) setPlatformDetails(env string) {
|
||||||
plat.provider = "Azure"
|
plat.provider = "Azure"
|
||||||
plat.css = "azure-platform"
|
plat.css = "azure-platform"
|
||||||
} else {
|
} else {
|
||||||
plat.provider = "Google Cloud"
|
plat.provider = "Okteto"
|
||||||
plat.css = "gcp-platform"
|
plat.css = "gcp-platform"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -415,7 +415,7 @@ func renderHTTPError(log logrus.FieldLogger, r *http.Request, w http.ResponseWri
|
||||||
"status": http.StatusText(code),
|
"status": http.StatusText(code),
|
||||||
}); templateErr != nil {
|
}); templateErr != nil {
|
||||||
log.Println(templateErr)
|
log.Println(templateErr)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func currentCurrency(r *http.Request) string {
|
func currentCurrency(r *http.Request) string {
|
||||||
|
|
Loading…
Add table
Reference in a new issue