Indefero

Indefero Commit Details


Date:2010-08-30 16:29:42 (14 years 3 months ago)
Author:Thomas Keller
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:e26a5c8cdfc07e5b3aa7044a0d878994761d0fcc
Parents: a384c6093737782c8a880b936e94203152590200
Message:waiting usher instances should be stoppable as well

Changes:

File differences

src/IDF/templates/idf/gadmin/usher/index.html
1414
1515
1616
17
17
1818
1919
2020
<td>{$server.name}</td>
<td>{$server.status}</td>
<td>
{if preg_match("/ACTIVE|RUNNING|SLEEPING/", $server.status)}
{if preg_match("/ACTIVE|WAITING|RUNNING|SLEEPING/", $server.status)}
<a href="{url 'IDF_Views_Admin::usherServerControl', array($server.name, 'stop')}">
{trans 'stop'}</a>
{elseif $server.status == "STOPPED"}

Archive Download the corresponding diff file

Page rendered in 0.07959s using 13 queries.