Skip to content

Commit

Permalink
Merge pull request #1145 from proditis/tooltip-fixes
Browse files Browse the repository at this point in the history
Tooltip fixes
  • Loading branch information
proditis authored Apr 9, 2024
2 parents 0f943ae + ad7201e commit a77daf8
Show file tree
Hide file tree
Showing 6 changed files with 415 additions and 286 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
use app\widgets\stream\StreamWidget as Stream;
$this->_fluid="-fluid";
$this->title=Yii::$app->sys->event_name.' '.\Yii::t('app','Targets');
if(Yii::$app->request->get('_pjax')) $this->title=null;
$this->_description=\Yii::t('app',"The echoCTF dashboard page");
$hidden_attributes=['id'];
?>
Expand Down
Loading

0 comments on commit a77daf8

Please sign in to comment.