initIds('sshKeyButton'); $this->setIcon('lu-zmdi lu-zmdi-power'); $this->initLoadModalAction(new SshKeyModal()); } public function getImageUrl() { return BuildUrl::getAppAssetsURL() . DS . 'img' . DS . 'buttons' . DS . 'sshKey.png'; } }