We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c48d0ca commit a4a0e41Copy full SHA for a4a0e41
1 file changed
interface/web/client/client_edit.php
@@ -82,7 +82,7 @@ function onShowEdit() {
82
chdir('../dashboard');
83
84
$dashlet_list = array();
85
- $dashlets = array('databasequota.php', 'limits.php', 'mailquota.php', 'quota.php');
+ $dashlets = array('quota.php', 'databasequota.php', 'mailquota.php', 'limits.php');
86
$current_client_id = $this->id;
87
88
foreach ($dashlets as $file) {
0 commit comments