File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 </span >
4242 </router-link >
4343
44- <router-link
45- to =" /connections"
46- class =" sidebar-nav-item"
47- active-class =" active"
48- v-tooltip.right =" isSidebarCollapsed ? 'Connections' : undefined"
44+ <div
45+ class =" sidebar-nav-item disabled"
46+ v-tooltip.right =" isSidebarCollapsed ? 'Connections (Coming Soon)' : 'Coming Soon'"
4947 >
5048 <i class =" mdi mdi-link-variant nav-icon" />
5149 <span v-show =" !isSidebarCollapsed" class =" nav-label" >Connections</span >
52- </router-link >
50+ <span v-show =" !isSidebarCollapsed" class =" coming-soon-badge" >Soon</span >
51+ </div >
5352
5453 <router-link
5554 to =" /integrations"
Original file line number Diff line number Diff line change 5050 <i class =" mdi mdi-credit-card mr-2" ></i >
5151 <span >Billing</span >
5252 </div >
53- <div
53+ <!-- < div
5454 class="sidebar-item"
5555 :class="{ active: currentSection === 'team' }"
5656 @click="currentSection = 'team'"
5757 >
5858 <i class="mdi mdi-account-multiple-outline mr-2"></i>
5959 <span>Team</span>
60- </div >
60+ </div> -->
6161 </div >
6262 </div >
6363
You can’t perform that action at this time.
0 commit comments