mirror of
https://github.com/fluencelabs/dashboard
synced 2024-12-04 23:30:20 +00:00
rename
This commit is contained in:
parent
84b5a10a04
commit
a80f3cf9e8
@ -8,6 +8,6 @@ instancesText num =
|
||||
strNum = String.fromInt num
|
||||
in
|
||||
if num == 1 then
|
||||
Html.text (strNum ++ "instance")
|
||||
Html.text (strNum ++ " instance")
|
||||
else
|
||||
Html.text (strNum ++ "instances")
|
||||
Html.text (strNum ++ " instances")
|
||||
|
@ -47,7 +47,7 @@ body model =
|
||||
List.concat
|
||||
[
|
||||
[ header [ classes "w-100 bt bb b--black-10" ] [ routeView (Page "hub") ] ] ++
|
||||
[ header [ classes "w-100 bt bb b--black-10", onClick Click ] [ text "Fluence Network Dashboard" ] ]
|
||||
[ header [ classes "w-100 bt bb b--black-10", onClick Click ] [ text "GET SERVICES" ] ]
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user