Conditions | 1 |
Paths | 1 |
Total Lines | 16 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | public function items() |
||
12 | { |
||
13 | return [ |
||
14 | [ |
||
15 | 'label' => Yii::t('hipanel:hosting', 'Mail box'), |
||
16 | ], |
||
17 | [ |
||
18 | 'label' => Yii::t('hipanel:hosting', 'Mail alias'), |
||
19 | 'color' => '#CCCCFF', |
||
20 | ], |
||
21 | [ |
||
22 | 'label' => Yii::t('hipanel:hosting', 'Mail box with aliases'), |
||
23 | 'color' => '#FFFF99', |
||
24 | ], |
||
25 | ]; |
||
26 | } |
||
27 | } |
||
28 |