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:
parent
7d76bc89e7
commit
8e922dbfc6
2 changed files with 11 additions and 11 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue