Forgot a status in my mappings.

Signed-off-by: Travis Miller <raphtee@google.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@1958 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/frontend/afe/rpc_interface.py b/frontend/afe/rpc_interface.py
index 86292b2..b063215 100644
--- a/frontend/afe/rpc_interface.py
+++ b/frontend/afe/rpc_interface.py
@@ -534,7 +534,8 @@
     result['job_timeout_default'] = global_config.global_config.get_config_value(
         'AUTOTEST_WEB', 'job_timeout_default')
 
-    result['status_dictionary'] = {"Aborted": "Aborted",
+    result['status_dictionary'] = {"Abort": "Abort",
+                                   "Aborted": "Aborted",
                                    "Verifying": "Verifying Host",
                                    "Pending": "Waiting on other hosts",
                                    "Running": "Running autoserv",