mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
Handle Plugin Center Authentication failures (#1940)
If the plugin center authentication fails, the plugins are fetched without authentication and a warning is displayed on the plugin page. Co-authored-by: Konstantin Schaper <konstantin.schaper@cloudogu.com>
This commit is contained in:
@@ -370,6 +370,18 @@ $fa-font-path: "~@fortawesome/fontawesome-free/webfonts";
|
||||
border-color: $info !important;
|
||||
}
|
||||
|
||||
.has-border-danger {
|
||||
border-color: $danger !important;
|
||||
}
|
||||
|
||||
.has-border-warning {
|
||||
border-color: $warning !important;
|
||||
}
|
||||
|
||||
.has-border-primary {
|
||||
border-color: $danger !important;
|
||||
}
|
||||
|
||||
ul.is-separated {
|
||||
> li:after {
|
||||
content: ",\2800";
|
||||
|
||||
Reference in New Issue
Block a user