File tree 4 files changed +6
-5
lines changed
assets/javascripts/discourse
components/explorer-schema
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change
1
+ < 3.4.0.beta2-dev: bdff229ca088ead9512ba333eea4fdbbb258b250
1
2
< 3.4.0.beta1-dev: 2d0dc39767f0c68d333f113c550731a5546c3137
2
3
< 3.3.0.beta1-dev: ebe71a7a138c856d88737eb11b5096a42d4fbaf3
3
4
< 3.2.0.beta4-dev: 9f841a4c6f45b4a5bf81e2b9a6f389acf69cd13c
Original file line number Diff line number Diff line change 19
19
title ={{ if col.sensitive (i18n " explorer.schema.sensitive" )}}
20
20
>
21
21
{{ #if col.sensitive }}
22
- {{ d-icon " exclamation- triangle" }}
22
+ {{ d-icon " triangle-exclamation " }}
23
23
{{ /if }}
24
24
{{ col.column_name }}
25
25
</dt >
Original file line number Diff line number Diff line change 41
41
42
42
{{ #if this.othersDirty }}
43
43
<div class =" warning" >
44
- {{ d-icon " exclamation- triangle" }}
44
+ {{ d-icon " triangle-exclamation " }}
45
45
{{ i18n " explorer.others_dirty" }}
46
46
</div >
47
47
{{ /if }}
90
90
{{ this.selectedItem.name }}
91
91
{{ #unless this.editDisabled }}
92
92
<a href {{ action " editName" }} class =" edit-query-name" >
93
- {{ d-icon " pencil-alt " }}
93
+ {{ d-icon " pencil" }}
94
94
</a >
95
95
{{ /unless }}
96
96
</h1 >
Original file line number Diff line number Diff line change 14
14
register_svg_icon "caret-down"
15
15
register_svg_icon "caret-right"
16
16
register_svg_icon "chevron-left"
17
- register_svg_icon "exclamation- circle"
17
+ register_svg_icon "circle-exclamation "
18
18
register_svg_icon "info"
19
- register_svg_icon "pencil-alt "
19
+ register_svg_icon "pencil"
20
20
register_svg_icon "upload"
21
21
22
22
add_admin_route "explorer.title" , "explorer"
You can’t perform that action at this time.
0 commit comments