mirror of https://github.com/apache/archiva.git
bootstrap 2.0.1
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1245355 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
55b023d2bf
commit
cb760d54ff
|
@ -558,7 +558,7 @@
|
|||
<cssSourceFile>jquery-ui-1.8.16.custom.css</cssSourceFile>
|
||||
<cssSourceFile>jquery.ui.1.8.16.ie.css</cssSourceFile>
|
||||
<cssSourceFile>bootstrap.css</cssSourceFile>
|
||||
<cssSourceFile>archiva.css</cssSourceFile>
|
||||
<cssSourceFile>archiva.2.0.1.css</cssSourceFile>
|
||||
</cssSourceFiles>
|
||||
<cssFinalFile>apache-archiva-${project.version}.css</cssFinalFile>
|
||||
<jsSourceDir>js</jsSourceDir>
|
||||
|
@ -595,7 +595,7 @@
|
|||
<jsSourceFile>archiva/proxy-connectors.js</jsSourceFile>
|
||||
<jsSourceFile>redback/operation.js</jsSourceFile>
|
||||
<jsSourceFile>redback/redback-tmpl.js</jsSourceFile>
|
||||
<jsSourceFile>bootstrap.js</jsSourceFile>
|
||||
<jsSourceFile>bootstrap.2.0.1.js</jsSourceFile>
|
||||
<jsSourceFile>knockout.simpleGrid.js</jsSourceFile>
|
||||
<jsSourceFile>redback/user.js</jsSourceFile>
|
||||
<jsSourceFile>redback/users.js</jsSourceFile>
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Before Width: | Height: | Size: 4.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.3 KiB |
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/jquery-ui-1.8.16.custom.css"/>
|
||||
<link rel="stylesheet" href="css/bootstrap.css">
|
||||
<link rel="stylesheet" href="css/bootstrap.2.0.1.css">
|
||||
<link rel="stylesheet" href="css/archiva.css">
|
||||
|
||||
|
||||
|
@ -89,7 +89,7 @@ $.ajax(
|
|||
.script(buildLoadJsUrl("archiva/repository-groups.js")).wait()
|
||||
.script(buildLoadJsUrl("archiva/search.js")).wait()
|
||||
.script(buildLoadJsUrl("redback/redback-tmpl.js")).wait()
|
||||
.script(buildLoadJsUrl("bootstrap.js"))
|
||||
.script("bootstrap.2.0.1.js" )
|
||||
.script(buildLoadJsUrl("knockout.simpleGrid.js"))
|
||||
.script(buildLoadJsUrl("knockout-sortable.js"))
|
||||
//.script("knockout.mapping-latest.debug.js")
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue