summaryrefslogtreecommitdiffstats
path: root/application/views/scripts
diff options
context:
space:
mode:
authorBjörn Geiger2011-08-04 16:32:48 +0200
committerBjörn Geiger2011-08-04 16:32:48 +0200
commit8d9f0990b4db42c6c36464821ac8860e87ff9e0d (patch)
tree1045c6d3eacbfd3f034dbdf43614a47781023aae /application/views/scripts
parentGroup und Person nicht mehr in der lokalen Datenbank (diff)
parentshutdown view (diff)
downloadpoolctrl-8d9f0990b4db42c6c36464821ac8860e87ff9e0d.tar.gz
poolctrl-8d9f0990b4db42c6c36464821ac8860e87ff9e0d.tar.xz
poolctrl-8d9f0990b4db42c6c36464821ac8860e87ff9e0d.zip
Merge branch 'master' of git.openslx.org:lsfks/projekte/poolctrl
Diffstat (limited to 'application/views/scripts')
-rw-r--r--application/views/scripts/gearman/index.phtml5
-rw-r--r--application/views/scripts/gearman/shutdown.phtml2
2 files changed, 7 insertions, 0 deletions
diff --git a/application/views/scripts/gearman/index.phtml b/application/views/scripts/gearman/index.phtml
index 89c289e..211372d 100644
--- a/application/views/scripts/gearman/index.phtml
+++ b/application/views/scripts/gearman/index.phtml
@@ -7,4 +7,9 @@
<?php echo $this->formButton('boot', 'BootTest', array(
'onclick' => 'self.location="/gearman/boot"'
))
+?>
+</br>
+<?php echo $this->formButton('shutdown', 'ShutdownTest', array(
+ 'onclick' => 'self.location="/gearman/shutdown"'
+ ))
?> \ No newline at end of file
diff --git a/application/views/scripts/gearman/shutdown.phtml b/application/views/scripts/gearman/shutdown.phtml
new file mode 100644
index 0000000..e1e194a
--- /dev/null
+++ b/application/views/scripts/gearman/shutdown.phtml
@@ -0,0 +1,2 @@
+<h1>Shutdown</h1>
+<?php echo $this->result;?> \ No newline at end of file