Ricordisamoa has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/202007

Change subject: Status: link to the tool page instead of the list page with 
anchor
......................................................................

Status: link to the tool page instead of the list page with anchor

More readable and faster to load.

Change-Id: I94e05070bd3bb3ec3cca1e5194d0c050c9df7d71
---
M www/content/status.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/toollabs 
refs/changes/07/202007/1

diff --git a/www/content/status.php b/www/content/status.php
index 4fa2554..0935905 100644
--- a/www/content/status.php
+++ b/www/content/status.php
@@ -147,7 +147,7 @@
                 <tr class="jobline-<?= $j['state'] ?>">
                   <td class="jobno"><?= $jobid ?></td>
                   <td class="jobname"><?= htmlspecialchars($j['name']) ?></td>
-                  <td class="jobtool"><a href="/?list#toollist-<?= $j['tool'] 
?>"><?= $j['tool'] ?></a></td>
+                  <td class="jobtool"><a href="/?tool=<?= $j['tool'] ?>"><?= 
$j['tool'] ?></a></td>
                   <td class="jobstate"><?= ucfirst($j['queue']) ?> / <?= 
ucfirst($j['state']) ?></td>
                   <td class="jobtime"><?= strftime("%F %T", $j['submit']) 
?></td>
                   <td class="jobcpu"><?= humantime($j['cpu']) ?></td>

-- 
To view, visit https://gerrit.wikimedia.org/r/202007
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I94e05070bd3bb3ec3cca1e5194d0c050c9df7d71
Gerrit-PatchSet: 1
Gerrit-Project: labs/toollabs
Gerrit-Branch: master
Gerrit-Owner: Ricordisamoa <ricordisa...@openmailbox.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to