Fix URL of help html template for kill signal action

This fixes URL of help template for "Send kill signal" action.

Change-Id: I3be327cfc1c3c1fd18d1ed5fc479e6e55cf266c0
Closes-Bug: #1732340
This commit is contained in:
Shu Muto 2017-11-15 14:17:12 +09:00
parent 9341dfa053
commit 4beb783bc2

View File

@ -71,7 +71,7 @@
}, },
{ {
type: 'template', type: 'template',
templateUrl: basePath + 'operations/kill.help.html' templateUrl: basePath + 'actions/kill.help.html'
} }
] ]
} }