mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(cloudcmd) --columns: add ability to set visible columns (#146)
This commit is contained in:
parent
6c9913e5f1
commit
b5f98be162
18 changed files with 115 additions and 30 deletions
|
|
@ -7,12 +7,14 @@
|
|||
<!-- mobile first design -->
|
||||
<meta content="width=device-width,initial-scale=1" name="viewport">
|
||||
<link rel="icon" href="{{ prefix }}/favicon.ico">
|
||||
<title>{{ title }}</title>
|
||||
|
||||
<link rel=stylesheet href="{{ prefix }}/dist/cloudcmd.css">
|
||||
<noscript>
|
||||
<link rel=stylesheet href="{{ prefix }}/dist/nojs.css">
|
||||
</noscript>
|
||||
<style data-name="columns">
|
||||
{{ columns }}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class=fm>{{ fm }}</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue