mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Fix broken admin
This commit is contained in:
parent
e4ac5b2268
commit
7a00c3afe7
@ -14,7 +14,7 @@ import { EgwApp } from '../../api/js/jsapi/egw_app';
|
|||||||
import { etemplate2 } from "../../api/js/etemplate/etemplate2";
|
import { etemplate2 } from "../../api/js/etemplate/etemplate2";
|
||||||
import { et2_dialog } from "../../api/js/etemplate/et2_widget_dialog";
|
import { et2_dialog } from "../../api/js/etemplate/et2_widget_dialog";
|
||||||
import { et2_createWidget } from "../../api/js/etemplate/et2_core_widget";
|
import { et2_createWidget } from "../../api/js/etemplate/et2_core_widget";
|
||||||
import { egw, egw_getWindowInnerHeight, egw_getWindowInnerWidth, egw_getWindowOuterWidth } from "../../api/js/jsapi/egw_global";
|
import { egw } from "../../api/js/jsapi/egw_global";
|
||||||
/**
|
/**
|
||||||
* UI for Admin
|
* UI for Admin
|
||||||
*
|
*
|
||||||
|
@ -16,12 +16,7 @@ import {EgwApp, PushData} from '../../api/js/jsapi/egw_app';
|
|||||||
import {etemplate2} from "../../api/js/etemplate/etemplate2";
|
import {etemplate2} from "../../api/js/etemplate/etemplate2";
|
||||||
import {et2_dialog} from "../../api/js/etemplate/et2_widget_dialog";
|
import {et2_dialog} from "../../api/js/etemplate/et2_widget_dialog";
|
||||||
import {et2_createWidget} from "../../api/js/etemplate/et2_core_widget";
|
import {et2_createWidget} from "../../api/js/etemplate/et2_core_widget";
|
||||||
import {
|
import {egw} from "../../api/js/jsapi/egw_global";
|
||||||
egw,
|
|
||||||
egw_getWindowInnerHeight,
|
|
||||||
egw_getWindowInnerWidth,
|
|
||||||
egw_getWindowOuterWidth
|
|
||||||
} from "../../api/js/jsapi/egw_global";
|
|
||||||
import {egwActionObject, egwAction} from '../../api/js/egw_action/egw_action.js';
|
import {egwActionObject, egwAction} from '../../api/js/egw_action/egw_action.js';
|
||||||
/**
|
/**
|
||||||
* UI for Admin
|
* UI for Admin
|
||||||
|
Loading…
Reference in New Issue
Block a user