Revision: 12444
http://freenas.svn.sourceforge.net/freenas/?rev=12444&view=rev
Author: zippybr
Date: 2012-09-24 17:55:37 +0000 (Mon, 24 Sep 2012)
Log Message:
-----------
Add new modules to dojoConfig
Modified Paths:
--------------
trunk/gui/templates/base.html
Modified: trunk/gui/templates/base.html
===================================================================
--- trunk/gui/templates/base.html 2012-09-24 17:53:20 UTC (rev 12443)
+++ trunk/gui/templates/base.html 2012-09-24 17:55:37 UTC (rev 12444)
@@ -14,7 +14,10 @@
'baseUrl':"{{ DOJANGO.DOJO_URL }}",
'async': true,
'packages': [
- {name: "freeadmin", location: "../../../../../static/lib/js/freeadmin"}
+ {name: "freeadmin", location: "../../../../../static/lib/js/freeadmin"},
+ {name: "dgrid", location: "../../../../../static/lib/js/dgrid"},
+ {name: "xstyle", location: "../../../../../static/lib/js/xstyle"},
+ {name: "put-selector", location: "../../../../../static/lib/js/put-selector"}
]
};
</script>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|