From 513ac603c5525e9bfa26a57d082b9afb02bd9e76 Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Sat, 2 Mar 2013 15:22:08 +0100 Subject: [PATCH] Minor link corrections. --- lib/Controller/VMs.php | 2 ++ views/_base.templet | 2 +- views/_generic/error.templet | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/Controller/VMs.php b/lib/Controller/VMs.php index d4e9f8baa..9e6b80aa4 100644 --- a/lib/Controller/VMs.php +++ b/lib/Controller/VMs.php @@ -36,6 +36,8 @@ final class VMs extends \Controller { $vms = $this->_sl->get('xo')->vm->getAll(); + ksort($vms); + $keys = array( 'name_label', 'name_description', diff --git a/views/_base.templet b/views/_base.templet index 533ec6b23..5773cecf2 100644 --- a/views/_base.templet +++ b/views/_base.templet @@ -66,7 +66,7 @@