mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
Merge pull request #8514 from sashaaKr/bugfix/cli_ui
change url to client
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user