From e26a5c8cdfc07e5b3aa7044a0d878994761d0fcc Mon Sep 17 00:00:00 2001 From: Thomas Keller Date: Mon, 30 Aug 2010 21:29:42 +0000 Subject: [PATCH] waiting usher instances should be stoppable as well --- src/IDF/templates/idf/gadmin/usher/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IDF/templates/idf/gadmin/usher/index.html b/src/IDF/templates/idf/gadmin/usher/index.html index c81c134..fa6041b 100644 --- a/src/IDF/templates/idf/gadmin/usher/index.html +++ b/src/IDF/templates/idf/gadmin/usher/index.html @@ -14,7 +14,7 @@ {$server.name} {$server.status} - {if preg_match("/ACTIVE|RUNNING|SLEEPING/", $server.status)} + {if preg_match("/ACTIVE|WAITING|RUNNING|SLEEPING/", $server.status)} {trans 'stop'} {elseif $server.status == "STOPPED"}