Have the description column in AFE admin interface for tests actually say "Description"
Signed-off-by: James Ren <[email protected]> --- autotest/frontend/afe/models.py 2010-02-12 12:41:15.000000000 -0800 +++ autotest/frontend/afe/models.py 2010-02-16 14:03:29.000000000 -0800 @@ -427,6 +427,7 @@ escaped_description = saxutils.escape(self.description) return '<span style="white-space:pre">%s</span>' % escaped_description admin_description.allow_tags = True + admin_description.short_description = 'Description' class Meta: _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
