diff options
author | Derrell Lipman <derrell@samba.org> | 2007-01-03 21:11:44 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:36:10 -0500 |
commit | d0d846cd9bf1ea5439922ec2cedd445dc3195098 (patch) | |
tree | 25e038ca295915b4c29c4d0d795b60d34d795876 /webapps/swat | |
parent | eab632c31e376a3f3a2e18f89083cf9055d63a9f (diff) | |
download | samba-d0d846cd9bf1ea5439922ec2cedd445dc3195098.tar.gz samba-d0d846cd9bf1ea5439922ec2cedd445dc3195098.tar.bz2 samba-d0d846cd9bf1ea5439922ec2cedd445dc3195098.zip |
r20519: Web Application Framework
- No path given to web server means use old scripts (missed check-in)
- Build Web Application (qooxdoo stuff) from autogen.sh since python isn't
available or is differently-configured on various build-farm machines
- Don't continually check in generated files
- Properly identify SWAT "Statistics" module as "Status and Statistics"
(This used to be commit 9d89b7663af218ee6ed941ac6c0597fab93cd03b)
Diffstat (limited to 'webapps/swat')
-rw-r--r-- | webapps/swat/source/class/swat/main/Main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webapps/swat/source/class/swat/main/Main.js b/webapps/swat/source/class/swat/main/Main.js index dc3bbc031e..d8cfaac139 100644 --- a/webapps/swat/source/class/swat/main/Main.js +++ b/webapps/swat/source/class/swat/main/Main.js @@ -26,7 +26,7 @@ function() */ //#require(swat.module.statistics.Statistics) -new swat.module.Module("Statistics", +new swat.module.Module("Status and Statistics", swat.module.statistics.Statistics); //#require(swat.module.ldbbrowse.LdbBrowse) |