webapp/components/flow-design-system/fds-demo.html [1820:1847]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
'id': 3,
'name': 'Eclair',
'type': 'Pastry',
'calories': 262.0,
'fat': 16.0,
'carbs': 24.0,
'protein': 6.0,
'sodium': 337.0,
'calcium': 6.0,
'iron': 7.0,
'actions': [{
'name': 'Action 1',
'icon': 'fa fa-user',
'tooltip': 'Manage Users'
}, {
'name': 'Action 2',
'icon': 'fa fa-key',
'tooltip': 'Manage Permissions'
}, {
'name': 'Action 3',
'tooltip': 'Action 3'
}, {
'name': 'Action 4',
'disabled': true,
'tooltip': 'Action 4'
}, {
'name': 'Action 5',
'tooltip': 'Action 5'
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
webapp/components/flow-design-system/fds-demo.js [336:363]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
'id': 3,
'name': 'Eclair',
'type': 'Pastry',
'calories': 262.0,
'fat': 16.0,
'carbs': 24.0,
'protein': 6.0,
'sodium': 337.0,
'calcium': 6.0,
'iron': 7.0,
'actions': [{
'name': 'Action 1',
'icon': 'fa fa-user',
'tooltip': 'Manage Users'
}, {
'name': 'Action 2',
'icon': 'fa fa-key',
'tooltip': 'Manage Permissions'
}, {
'name': 'Action 3',
'tooltip': 'Action 3'
}, {
'name': 'Action 4',
'disabled': true,
'tooltip': 'Action 4'
}, {
'name': 'Action 5',
'tooltip': 'Action 5'
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -