Skip to content

Commit

Permalink
* src/html/classic/ng/src/web/pages/tasks/detailspage.js: Display inf…
Browse files Browse the repository at this point in the history
…o about

an alterable task.

git-svn-id: svn+ssh://scm.wald.intevation.org/openvas/trunk/gsa@29023 423fd1db-d629-0410-8442-d21db03e70f4
  • Loading branch information
bjoernricks committed Jul 10, 2017
1 parent 6c81587 commit 5c91528
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2017-07-10 Bj�rn Ricks <bjoern.ricks@greenbone.net>

* src/html/classic/ng/src/web/pages/tasks/detailspage.js: Display info about
an alterable task.

2017-07-10 Bj�rn Ricks <bjoern.ricks@greenbone.net>

* src/html/classic/ng/src/web/pages/targets/dialog.js: Remove old import.
Expand Down
7 changes: 7 additions & 0 deletions src/html/classic/ng/src/web/pages/tasks/detailspage.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@ const ToolBarIcons = ({
title={_('Task List')}
page="tasks"
/>
{entity.isAlterable() && !entity.isNew() &&
<Icon
img="alterable.svg"
title={_('This is an Alterable Task. Reports may not relate to ' +
'current Scan Config or Target!')}
/>
}
</IconDivider>

<IconDivider>
Expand Down

0 comments on commit 5c91528

Please sign in to comment.