Merge pull request #8514 from sashaaKr/bugfix/cli_ui

change url to client
This commit is contained in:
Mahmood Ali
2020-07-24 09:54:39 -04:00
committed by GitHub

View File

@@ -148,7 +148,7 @@ func (c *UiCommand) Run(args []string) int {
switch match {
case contexts.Nodes:
url.Path = fmt.Sprintf("ui/nodes/%s", fullID)
url.Path = fmt.Sprintf("ui/clients/%s", fullID)
case contexts.Allocs:
url.Path = fmt.Sprintf("ui/allocations/%s", fullID)
case contexts.Jobs: