1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 21:35:23 +02:00

fix(endpoint-creation): clarify docker endpoint (#3148)

* fix(endpoint-creation): clarify docker endpoint

* fix(endpoint-creation): change default order
This commit is contained in:
William 2019-09-11 07:24:29 +12:00 committed by Anthony Lapenna
parent 7d76bc89e7
commit 8e922dbfc6
2 changed files with 11 additions and 11 deletions

View file

@ -5,7 +5,7 @@ angular.module('portainer.app')
function ($q, $scope, $state, $filter, clipboard, EndpointService, GroupService, TagService, Notifications) {
$scope.state = {
EnvironmentType: 'docker',
EnvironmentType: 'agent',
actionInProgress: false
};