mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Added hotgroups ui and basic functions
User interaction still TBD
This commit is contained in:
3
client/views/hotgrouppanel.ejs
Normal file
3
client/views/hotgrouppanel.ejs
Normal file
@@ -0,0 +1,3 @@
|
||||
<div id="hotgroup-panel">
|
||||
|
||||
</div>
|
||||
@@ -24,7 +24,6 @@
|
||||
<div id="map-container"></div>
|
||||
<%- include('aic.ejs') %>
|
||||
<%- include('atc.ejs') %>
|
||||
|
||||
<%- include('contextmenus.ejs') %>
|
||||
<%- include('unitcontrolpanel.ejs') %>
|
||||
<%- include('unitinfopanel.ejs') %>
|
||||
@@ -34,6 +33,7 @@
|
||||
<%- include('dialogs.ejs') %>
|
||||
<%- include('unitdatatable.ejs') %>
|
||||
<%- include('popups.ejs') %>
|
||||
<%- include('hotgrouppanel.ejs') %>
|
||||
|
||||
<div id="gray-out"></div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user