Three dot menu implementation WIP

- Recast "Preview" action as "View";
This commit is contained in:
charlesh88
2020-09-01 10:08:36 -07:00
parent 0eae48646c
commit e65cf1661c

View File

@@ -27,10 +27,10 @@ export default class PreviewAction {
/**
* Metadata
*/
this.name = 'Preview';
this.name = 'View';
this.key = 'preview';
this.description = 'Preview in large dialog';
this.cssClass = 'icon-eye-open';
this.description = 'View in large dialog';
this.cssClass = 'icon-items-expand';
this.group = 'windowing';
this.priority = 1;