mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
build: fixed build issue
This commit is contained in:
@@ -2,11 +2,11 @@ import { react2AngularDirective } from 'app/core/utils/react2angular';
|
|||||||
import { PasswordStrength } from './components/PasswordStrength';
|
import { PasswordStrength } from './components/PasswordStrength';
|
||||||
import PageHeader from './components/PageHeader/PageHeader';
|
import PageHeader from './components/PageHeader/PageHeader';
|
||||||
import EmptyListCTA from './components/EmptyListCTA/EmptyListCTA';
|
import EmptyListCTA from './components/EmptyListCTA/EmptyListCTA';
|
||||||
// import { Login } from './components/Login/Login';
|
import LoginBackground from './components/Login/LoginBackground';
|
||||||
|
|
||||||
export function registerAngularDirectives() {
|
export function registerAngularDirectives() {
|
||||||
react2AngularDirective('passwordStrength', PasswordStrength, ['password']);
|
react2AngularDirective('passwordStrength', PasswordStrength, ['password']);
|
||||||
react2AngularDirective('pageHeader', PageHeader, ['model', 'noTabs']);
|
react2AngularDirective('pageHeader', PageHeader, ['model', 'noTabs']);
|
||||||
react2AngularDirective('emptyListCta', EmptyListCTA, ['model']);
|
react2AngularDirective('emptyListCta', EmptyListCTA, ['model']);
|
||||||
// react2AngularDirective('login', Login, []);
|
react2AngularDirective('loginBackground', LoginBackground, []);
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
1232
public/app/core/components/Login/LoginBackground.tsx
Normal file
1232
public/app/core/components/Login/LoginBackground.tsx
Normal file
File diff suppressed because it is too large
Load Diff
@@ -327,14 +327,14 @@ select:-webkit-autofill:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
login-bg {
|
.login-bg {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
perspective: 1000px;
|
perspective: 1000px;
|
||||||
|
|
||||||
.login-bg {
|
.login-bg__item {
|
||||||
width: 4%;
|
width: 4%;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
// background: hotpink;
|
// background: hotpink;
|
||||||
@@ -422,7 +422,7 @@ login-bg {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
login-bg-fx {
|
.login-bg-fx {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user