IGNITE-8819 Web Console: Refactored "CSV export" button UI/UX.

Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/288f4406
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/288f4406
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/288f4406

Branch: refs/heads/ignite-8446
Commit: 288f440610cf3177cf11a97143b55fc090ffd8cf
Parents: a785ce0
Author: Ilya Borisov <klast...@gmail.com>
Authored: Mon Jun 25 17:10:40 2018 +0700
Committer: Alexey Kuznetsov <akuznet...@apache.org>
Committed: Mon Jun 25 17:10:40 2018 +0700

----------------------------------------------------------------------
 .../web-console/frontend/app/components/grid-export/template.pug | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/288f4406/modules/web-console/frontend/app/components/grid-export/template.pug
----------------------------------------------------------------------
diff --git 
a/modules/web-console/frontend/app/components/grid-export/template.pug 
b/modules/web-console/frontend/app/components/grid-export/template.pug
index 99780ee..fac10df 100644
--- a/modules/web-console/frontend/app/components/grid-export/template.pug
+++ b/modules/web-console/frontend/app/components/grid-export/template.pug
@@ -14,5 +14,5 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 
-button.btn-ignite.btn-ignite--primary-outline(ng-click='$ctrl.export()' 
bs-tooltip='' data-title='Export filtered rows to CSV' data-placement='top')
-    svg(ignite-icon='csv')
+button.btn-ignite.btn-ignite--link-dashed-secondary(ng-click='$ctrl.export()' 
bs-tooltip='' data-title='Export filtered rows to CSV' data-placement='top')
+    svg(ignite-icon='download')

Reply via email to