showErrorSnackBar: function()

in webapp/components/flow-design-system/fds-demo.js [634:643]


    showErrorSnackBar: function () {
        this.snackBarService.openCoaster({
            title: 'Error',
            message: 'Some help text regarding the critical error. This coaster will stay open until closed with the `x` or if another coaster is created.',
            verticalPosition: 'bottom',
            horizontalPosition: 'right',
            icon: 'fa fa-times-circle-o',
            color: '#EF6162'
        });
    },