File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 @click.stop.prevent =" openImmersiveEditor"
3030 @click.middle.stop.prevent =" openImmersiveEditor"
3131 >
32- <ProjectIcon class="ff-btn--icon" />
32+ <ProjectIcon class="ff-btn--icon mr-2 " />
3333 <span class =" hidden sm:inline editor-link-text" >{{ editorDisabled ? 'Editor Disabled' : 'Open Editor' }}</span >
3434 </button >
3535 <DropdownMenu
Original file line number Diff line number Diff line change 5252 <DropdownMenu
5353 v-if =" hasPermission (' device:change-status' , permissionContext ) && actionsDropdownOptions .length "
5454 data-el="device-actions-dropdown"
55- :buttonClass =" ` ff-btn ${ editorAvailable ? ' ff-btn ff-btn-- secondary' : ' ff-btn ff-btn--primary' } ` "
55+ :buttonClass =" ` ff-btn ff-btn-icon ${ editorAvailable ? ' ff-btn-- secondary' : ' ff-btn--primary' } ` "
5656 :options =" actionsDropdownOptions "
5757 >
58+ <CogIcon class="ff-btn--icon ff-btn--icon-left" />
5859 Actions
5960 </DropdownMenu >
6061 </div >
120121
121122<script >
122123
124+ import { CogIcon } from ' @heroicons/vue/solid/index.js'
123125import semver from ' semver'
124126import { mapState } from ' vuex'
125127
@@ -165,6 +167,7 @@ const deviceTransitionStates = [
165167export default {
166168 name: ' DevicePage' ,
167169 components: {
170+ CogIcon,
168171 DeviceEditorLink,
169172 FinishSetupButton,
170173 DeveloperModeToggle,
Original file line number Diff line number Diff line change 2929 @click.stop.prevent =" openEditor"
3030 @click.middle.stop.prevent =" openEditor"
3131 >
32- <ProjectIcon class="ff-btn--icon" />
32+ <ProjectIcon class="ff-btn--icon mr-2 " />
3333 <span class =" hidden sm:inline editor-link-text" >{{ editorDisabled ? 'Editor Disabled' : 'Open Editor' }}</span >
3434 </button >
3535 <DropdownMenu
You can’t perform that action at this time.
0 commit comments