1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-16 00:00:03 +01:00
VILLASweb/app/components/properties-table.js
Markus Grigull 9496e8023e Changed layout to two columns based
The left column displays all entities found and the right column
displays the properties of one entity. An entity can be selected
by clicking on it in the left table.

Last updated label is visible but not used yet.
2015-10-01 16:36:37 +02:00

6 lines
121 B
JavaScript

import Ember from 'ember';
export default Ember.Component.extend({
tagName: 'table',
classNames: ['data-table']
});