Skip to content

Commit

Permalink
新建部分页面
Browse files Browse the repository at this point in the history
  • Loading branch information
bf914 committed Jan 30, 2015
1 parent 610b791 commit 81cb774
Show file tree
Hide file tree
Showing 6 changed files with 4,028 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/fuelux/data/fuelux.tree-sampledata.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ DataSourceTree.prototype.data = function(options, callback) {
};

var tree_data = {
'for-sale' : {name: 'For Sale', type: 'folder'} ,
'for-sale' : {name: 'For Sale <button class="btn btn-minier btn-yellow">编辑</button>', type: 'folder'} ,
'vehicles' : {name: 'Vehicles', type: 'folder'} ,
'rentals' : {name: 'Rentals', type: 'folder'} ,
'real-estate' : {name: 'Real Estate', type: 'folder'} ,
Expand Down
Loading

0 comments on commit 81cb774

Please sign in to comment.