mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix: Remove conflict file #10289
This commit is contained in:
parent
ffda5eef95
commit
79bad41843
@ -1,36 +0,0 @@
|
|||||||
<<<<<<< HEAD
|
|
||||||
import { react2AngularDirective } from "app/core/utils/react2angular";
|
|
||||||
import { PasswordStrength } from "./components/PasswordStrength";
|
|
||||||
import PageHeader from "./components/PageHeader/PageHeader";
|
|
||||||
import EmptyListCTA from "./components/EmptyListCTA/EmptyListCTA";
|
|
||||||
import LoginBackground from "./components/Login/LoginBackground";
|
|
||||||
import { SearchResult } from "./components/search/SearchResult";
|
|
||||||
import UserPicker from "./components/UserPicker/UserPicker";
|
|
||||||
|
|
||||||
export function registerAngularDirectives() {
|
|
||||||
react2AngularDirective("passwordStrength", PasswordStrength, ["password"]);
|
|
||||||
react2AngularDirective("pageHeader", PageHeader, ["model", "noTabs"]);
|
|
||||||
react2AngularDirective("emptyListCta", EmptyListCTA, ["model"]);
|
|
||||||
react2AngularDirective("loginBackground", LoginBackground, []);
|
|
||||||
react2AngularDirective("searchResult", SearchResult, []);
|
|
||||||
react2AngularDirective("userPickerr", UserPicker, [
|
|
||||||
"backendSrv",
|
|
||||||
"teamId",
|
|
||||||
"refreshList"
|
|
||||||
]);
|
|
||||||
=======
|
|
||||||
import { react2AngularDirective } from 'app/core/utils/react2angular';
|
|
||||||
import { PasswordStrength } from './components/PasswordStrength';
|
|
||||||
import PageHeader from './components/PageHeader/PageHeader';
|
|
||||||
import EmptyListCTA from './components/EmptyListCTA/EmptyListCTA';
|
|
||||||
import LoginBackground from './components/Login/LoginBackground';
|
|
||||||
import UserPicker from './components/UserPicker/UserPicker';
|
|
||||||
|
|
||||||
export function registerAngularDirectives() {
|
|
||||||
react2AngularDirective('passwordStrength', PasswordStrength, ['password']);
|
|
||||||
react2AngularDirective('pageHeader', PageHeader, ['model', 'noTabs']);
|
|
||||||
react2AngularDirective('emptyListCta', EmptyListCTA, ['model']);
|
|
||||||
react2AngularDirective('loginBackground', LoginBackground, []);
|
|
||||||
react2AngularDirective('selectUserPicker', UserPicker, ['backendSrv', 'teamId', 'refreshList']);
|
|
||||||
>>>>>>> fix: Rename directive user-pickerr (yes two r's) to select-user-picker
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user