Fix typo attrubute to attribute

Change-Id: I1a95f83f27d60990655d7f9ff539aae1a27148df
This commit is contained in:
Wei Hui 2016-10-26 11:34:16 +08:00
parent cf7be44d29
commit f6aeaf67ef
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ affect the other environment. Such a refactoring will require additional
handlers in Nailgun, as well as some additions, such as pagination and etc.
From Nailgun side, it is bad idea to fail the whole CollectionHandler if one
of the objects fail to calculate some attribute. My(mihgen) idea is to simply set
attrubute to Null if failed to calculate, and program UI to handle it properly.
attribute to Null if failed to calculate, and program UI to handle it properly.
Unit tests must help in testing of this.
Another idea is to limit the /api/nodes,