@@ -1633,10 +1633,6 @@ hr
16331633
16341634div
16351635 .buttons
1636- button.button.is-primary.is-small ( :disabled ="!selectedOperationId.length" , @click ="showGraphSettingsModal = true" )
1637- span.icon.is-small
1638- font-awesome-icon( icon ="fas fa-cog" )
1639- span Graph Settings
16401636 button.button.is-primary.is-small ( :disabled ="!selectedOperationId.length" , @click ="showReportModal = true" )
16411637 span.icon.is-small
16421638 font-awesome-icon( icon ="fas fa-download" )
@@ -1895,45 +1891,6 @@ div
18951891 template( v-for ="ability in step.abilities" , :key ="ability" )
18961892 .debrief-ttp-item.has-text-grey {{ ability }}
18971893
1898- .modal ( v-bind:class ="{ 'is-active': showGraphSettingsModal }" )
1899- .modal-background ( @click ="showGraphSettingsModal = false" )
1900- .modal-card
1901- header.modal-card-head
1902- p.modal-card-title Graph Settings
1903- section.modal-card-body
1904- p
1905- strong Display Options
1906- form
1907- .field
1908- .control
1909- label.checkbox
1910- input( type ="checkbox" , v-model ="graphOptionLabels" , @change ="toggleLabels" )
1911- | Show labels
1912- .field
1913- .control
1914- label.checkbox
1915- input( type ="checkbox" , v-model ="graphOptionIcons" , @change ="toggleIcons" )
1916- | Show icons
1917- p
1918- strong Data Options
1919- form
1920- .field
1921- .control
1922- label.checkbox
1923- input( type ="checkbox" , v-model ="graphOptionSteps" , @change ="toggleSteps" )
1924- | Show operation steps
1925- .field
1926- .control
1927- label.checkbox
1928- input( type ="checkbox" , @change ="toggleTactics" )
1929- | Show steps as tactics
1930- footer.modal-card-foot
1931- nav.level
1932- .level-left
1933- .level-right
1934- .level-item
1935- button.button.is-small ( @click ="showGraphSettingsModal = false" ) Close
1936-
19371894 .modal ( v-bind:class ="{ 'is-active': showCommandModal }" )
19381895 .modal-background ( @click ="showCommandModal = false" )
19391896 .modal-card
0 commit comments