mirror of https://github.com/rancher/ui.git
parent
8761fc94b1
commit
8ab9174405
|
|
@ -27,3 +27,8 @@ header {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.header-borderless {
|
||||
@extend .header;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
{{#if isEnabled}}
|
||||
<section class="box mt-30">
|
||||
<div class="header clear-fix mb-15 pb-0">
|
||||
<div class="header-borderless clear-fix mb-15 pb-0">
|
||||
<h3 class="pull-left">{{t 'authPage.github.authenticated.header.text'}}</h3>
|
||||
<div class="vertical-middle"></div>
|
||||
<div class="right-buttons">
|
||||
|
|
|
|||
|
|
@ -371,7 +371,7 @@ authPage:
|
|||
# unrestricted: "{appName} is configured to allow access to any {github} user."
|
||||
disabled:
|
||||
label: GitHub is not configured
|
||||
warning: "{appName} can be configured to restrict access to a set of GitHub users and organization members. This is not currently set up, so anybody that reach this page (or the API) has full control over the system."
|
||||
warning: "{appName} can be configured to restrict access to a set of GitHub users and organization members."
|
||||
|
||||
authenticated:
|
||||
header:
|
||||
|
|
|
|||
Loading…
Reference in New Issue