Skip to content

Commit f958ba4

Browse files
committed
Add width height for table plugin
1 parent 9a1a280 commit f958ba4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

js/linuxDash.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,9 @@
330330
scope: {
331331
heading: '@',
332332
info: '@',
333-
moduleName: '@'
333+
moduleName: '@',
334+
width: '@',
335+
height: '@'
334336
},
335337
templateUrl: 'templates/app/table-data-plugin.html',
336338
link: function(scope, element) {

0 commit comments

Comments
 (0)