Updated homepage and added incident detail page
Widened the site/service column on homepage to allow for longer site names. Added page for incident, modified link on status page to link to incident history. Signed-off-by: Nathan Booth <nath.booth@gmail.com>
This commit is contained in:
@@ -73,11 +73,7 @@
|
||||
{foreach from=$incidentsDuring item=incident}
|
||||
<tr>
|
||||
<td>
|
||||
{if $display_admin_links && $incident->currentStatus() != StatusBoard_Status::STATUS_Resolved}
|
||||
<a href="{$base_uri}admin/incident/service/{$service->id}/site/{$site->id}/id/{$incident->id}/" title="Edit {$incident->reference|escape:html}">{$incident->reference|escape:html}</a>
|
||||
{else}
|
||||
{$incident->reference|escape:html}
|
||||
{/if}
|
||||
<a href="{$base_uri}incident/id/{$incident->id}/" title="Indident History">{$incident->reference|escape:html}</a>
|
||||
</td>
|
||||
<td>{$incident->description|truncate|escape:html}</td>
|
||||
<td>{date('d-M H:i', $incident->start_time)}</td>
|
||||
|
||||
Reference in New Issue
Block a user