Add RB.Config.ResourceListItem for interfacing resources with configforms.
Review Request #6150 — Created July 28, 2014 and submitted
This moves over
RB.Config.ResourceListItem
from RBCommons. This is a
subclass ofDjblets.Config.ListItem
, and handles the work of interfacing
a ListItem with a resource object. It will be used for the upcoming API
token UI.
Unit tests pass.
Made use of this in another change.