Add access button in all the apps
This commit is contained in:
@@ -699,6 +699,8 @@ define([
|
||||
|
||||
var $properties = common.createButton('properties', true);
|
||||
toolbar.$drawer.append($properties);
|
||||
var $access = common.createButton('access', true);
|
||||
toolbar.$drawer.append($access);
|
||||
|
||||
createFilePicker();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user