File tree 2 files changed +27
-0
lines changed
modules/org.wso2.carbon.ui_patch/src/main/resources/web/admin/layout
2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ /target /
2
+ * .class
3
+
4
+ # Mobile Tools for Java (J2ME)
5
+ .mtj.tmp /
6
+
7
+ # Package Files #
8
+ * .jar
9
+ * .war
10
+ * .ear
11
+ * .mar
12
+
13
+ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
14
+ hs_err_pid *
15
+
16
+ # Ignore everything in this directory
17
+ target
18
+ .classpath
19
+ .settings
20
+ .project
21
+ * .iml
22
+ * .iws
23
+ * .ipr
24
+ .idea
25
+ .vscode /
26
+ .DS_Store
Original file line number Diff line number Diff line change 91
91
<title ><tiles:getAsString name =" title" /></title >
92
92
<% } % >
93
93
<link href =" <%= globalCSS % >" rel =" stylesheet" type =" text/css" media =" all" />
94
+ <link href =" ../admin/css/customizations.css" rel =" stylesheet" type =" text/css" media =" all" />
94
95
<%
95
96
Object param = session. getAttribute(" authenticated" );
96
97
if (param != null && (Boolean ) param) {
You can’t perform that action at this time.
0 commit comments