Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Godshell
Skynet
Commits
42c108a4
Commit
42c108a4
authored
Nov 29, 2014
by
Jason Frisvold
Browse files
- Fix target for anchor hrefs
parent
040c3690
Changes
3
Hide whitespace changes
Inline
Side-by-side
gui/app/templates/scantypes.tpl
View file @
42c108a4
...
...
@@ -45,7 +45,7 @@
</tr>
{
foreach
from
=
$results
item
=
row
}
<tr>
<td><a
href=
'/edit-s
erver
/
{
$row.id
}
'
>
{
$row.options
}
</a></td>
<td><a
href=
'/edit-s
cantype
/
{
$row.id
}
'
>
{
$row.options
}
</a></td>
<td>
{
$row.description
}
</td>
<td>
{
$row.override
}
</td>
{
if
$row.disabled
==
1
}
...
...
gui/app/templates/schedule.tpl
View file @
42c108a4
...
...
@@ -50,7 +50,7 @@
</tr>
{
foreach
from
=
$results
item
=
row
}
<tr>
<td><a
href=
'/edit-s
erver
/
{
$row.id
}
'
>
{
$row.cloud_id
}
</a></td>
<td><a
href=
'/edit-s
chedule
/
{
$row.id
}
'
>
{
$row.cloud_id
}
</a></td>
<td>
{
$row.spawn_id
}
</td>
<td>
{
$row.target_id
}
</td>
<td>
{
$row.hour
}
</td>
...
...
gui/app/templates/targets.tpl
View file @
42c108a4
...
...
@@ -45,7 +45,7 @@
</tr>
{
foreach
from
=
$results
item
=
row
}
<tr>
<td><a
href=
'/edit-
server
/
{
$row.id
}
'
>
{
long2ip
(
$row.address
)
}
</a></td>
<td><a
href=
'/edit-
target
/
{
$row.id
}
'
>
{
long2ip
(
$row.address
)
}
</a></td>
<td>
{
$row.cidr
}
</td>
<td>
{
$row.description
}
</td>
{
if
$row.disabled
==
1
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment