mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-02 03:39:35 -05:00
ProcessController: remove obsolete sourceAction
Might be re-introduced later on
This commit is contained in:
parent
dfa2de946f
commit
4d6be813e9
1 changed files with 0 additions and 6 deletions
|
|
@ -58,10 +58,4 @@ class Businessprocess_ProcessController extends Controller
|
|||
->setDowntime($s->in_downtime);
|
||||
}
|
||||
}
|
||||
|
||||
public function sourceAction()
|
||||
{
|
||||
$this->view->title = 'Source: ' . $this->bpconf->title;
|
||||
$this->view->source = file_get_contents($this->filename);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue