mirror of
https://github.com/portainer/portainer.git
synced 2025-08-07 23:05:26 +02:00
feat(ingress): autodetect ingress controllers EE-673 (#7712)
This commit is contained in:
parent
c96551e410
commit
89eda13eb3
48 changed files with 1252 additions and 1047 deletions
|
@ -25,6 +25,7 @@ import { Loading } from '@@/Widget/Loading';
|
|||
import { PasswordCheckHint } from '@@/PasswordCheckHint';
|
||||
import { ViewLoading } from '@@/ViewLoading';
|
||||
import { Tooltip } from '@@/Tip/Tooltip';
|
||||
import { Badge } from '@@/Badge';
|
||||
import { TableColumnHeaderAngular } from '@@/datatables/TableHeaderCell';
|
||||
import { DashboardItem } from '@@/DashboardItem';
|
||||
import { SearchBar } from '@@/datatables/SearchBar';
|
||||
|
@ -47,6 +48,7 @@ export const componentsModule = angular
|
|||
'portainerTooltip',
|
||||
r2a(Tooltip, ['message', 'position', 'className'])
|
||||
)
|
||||
.component('badge', r2a(Badge, ['type', 'className']))
|
||||
.component('fileUploadField', fileUploadField)
|
||||
.component('porSwitchField', switchField)
|
||||
.component(
|
||||
|
|
|
@ -99,7 +99,7 @@
|
|||
|
||||
<div class="form-group overflow-auto" ng-if="ctrl.state.showStandardLogin">
|
||||
<!-- login button -->
|
||||
<div class="col-sm-12 d-flex">
|
||||
<div class="col-sm-12 d-flex py-1">
|
||||
<button
|
||||
type="submit"
|
||||
class="btn btn-primary btn-lg btn-block"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue