1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 15:29:42 +02:00

style(home): only display CPU/MEM for standalone endpoints

This commit is contained in:
Anthony Lapenna 2018-07-31 11:58:08 +02:00
parent 5f79547138
commit 2216bd6e80
2 changed files with 7 additions and 3 deletions

View file

@ -174,7 +174,7 @@ func (handler *Handler) createAzureEndpoint(payload *endpointCreatePayload) (*po
endpoint := &portainer.Endpoint{
ID: portainer.EndpointID(endpointID),
Name: payload.Name,
URL: payload.URL,
URL: "https://management.azure.com",
Type: portainer.AzureEnvironment,
GroupID: portainer.EndpointGroupID(payload.GroupID),
PublicURL: payload.PublicURL,