Actions
Bug #28526
closedWeb Console button doesn't have ID
Difficulty:
Triaged:
No
Bugzilla link:
Fixed in Releases:
Found in Releases:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1784482
Description of problem:
<div class="btn-group">
<a class="btn btn-default" href="/webcon/=rplevka-el7.localhost.example.com">
Web Console
</a>
</div>
in contrast with (e.g.) run button:
<div class="btn-group">
<a id="run_button" class="btn btn-default" href="/job_invocations/new?host_ids%5B%5D=2">
Schedule Remote Job
</a>
</div>
Version-Release number of selected component (if applicable):
6.7.0 snap5
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Assignee set to Adam Ruzicka
- Pull request https://github.com/theforeman/foreman_remote_execution/pull/456 added
Updated by The Foreman Bot over 5 years ago
- Fixed in Releases foreman_remote_execution 3.0.0 added
Updated by Anonymous over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_plugin|7bde40b547d00aafc46cbbc4851da888531cf52a.
Updated by Marek Hulán over 5 years ago
- Subject changed from Web Console button doesn't have ID to Web Console button doesn't have ID
- Fixed in Releases foreman_remote_execution 2.0.6 added
Actions