[CDAP-13562] Implements profile enabling/disabling in UI - Shows enabled/disabled status in profiles list view table - Adds status toggle widget in profile detail view using ToggleSwitch component, and modifies it to accept custom on/off labels - Adds enabled/disabled status column to profiles list view in pipelines, greys out disabled profile, and automatically switches to default when previously selected profile is disabled - Don't show enable/disable profile switch for the system 'default' profile - Shows profile status column in profile preview - Don't change selection to default in the profiles list view is disabled, and sets default profile selection to 'default' instead of showing 'Select a Profile' - Fixes the styles for angular switch directive to be within the component - Shows confirmation modal when disabling a profile, and checks profileIsEnabled inside onProfileSelectHandler - Extracts profile status toggle component