Skip to content

Commit

Permalink
Rename History Viewer to "manage_component_editor"
Browse files Browse the repository at this point in the history
  • Loading branch information
yazz committed Nov 16, 2023
1 parent 714f581 commit df4b5e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions public/visifile_drivers/all_system_components/appEditorV3.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ v-if="$refs.editor_component_ref.model && $refs.editor_component_ref.model.forms
<a v-bind:style="'margin-left:0px;margin-right: 0px;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);visibility: ' + (code_shown?'':'hidden') + ';' "
href="#"
v-on:click='setTimeout(async function(){await switchEditor("history_viewer_component")},100)'
v-on:click='setTimeout(async function(){await switchEditor("manage_component_editor")},100)'
v-if="show_download_save"
v-on:mouseenter='setInfo("Publish this app to the central server")'
v-on:mouseleave='setInfo(null)'
Expand Down Expand Up @@ -450,7 +450,7 @@ v-if="$refs.editor_component_ref.model && $refs.editor_component_ref.model.forms
---------------------------------------------- -->
<a v-bind:style="'margin-left:0px;margin-right: 0px;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);visibility: ' + (code_shown?'':'hidden') + ';' "
href="#"
v-on:click='setTimeout(async function(){await switchEditor("release_viewer_component")},100)'
v-on:click='setTimeout(async function(){await switchEditor("manage_component_editor")},100)'
v-if="show_download_save"
v-on:mouseenter='setInfo("Bookmark this code")'
v-on:mouseleave='setInfo(null)'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ function component( args ) {
/*
This is an editor component that is used to view the history of a component
base_component_id("history_viewer_component")
base_component_id("manage_component_editor")
component_type("SYSTEM")
load_once_from_file(true)
*/
Expand Down

0 comments on commit df4b5e0

Please sign in to comment.