diff options
Diffstat (limited to 'client/src/app/shared/utils.ts')
-rw-r--r-- | client/src/app/shared/utils.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/shared/utils.ts b/client/src/app/shared/utils.ts index 832311f89..c3189a570 100644 --- a/client/src/app/shared/utils.ts +++ b/client/src/app/shared/utils.ts | |||
@@ -9,4 +9,8 @@ export class Utils { | |||
9 | static getRowDeleteButton () { | 9 | static getRowDeleteButton () { |
10 | return '<span class="glyphicon glyphicon-remove glyphicon-black"></span>' | 10 | return '<span class="glyphicon glyphicon-remove glyphicon-black"></span>' |
11 | } | 11 | } |
12 | |||
13 | static getRowEditButton () { | ||
14 | return '<span class="glyphicon glyphicon-pencil glyphicon-black"></span>' | ||
15 | } | ||
12 | } | 16 | } |