mirror of
https://github.com/nasa/openmct.git
synced 2025-04-25 13:29:51 +00:00
[API] Deangularize todo templates
This commit is contained in:
parent
c4fec1af6a
commit
a29c7a6eab
@ -9,7 +9,7 @@ define([
|
|||||||
"name": "To-do Plugin",
|
"name": "To-do Plugin",
|
||||||
"description": "Allows creating and editing to-do lists.",
|
"description": "Allows creating and editing to-do lists.",
|
||||||
"extensions": {
|
"extensions": {
|
||||||
"views": [
|
"xviews": [
|
||||||
{
|
{
|
||||||
"key": "example.todo",
|
"key": "example.todo",
|
||||||
"type": "example.todo",
|
"type": "example.todo",
|
||||||
|
5
tutorials/todo/todo-task.html
Normal file
5
tutorials/todo/todo-task.html
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<li>
|
||||||
|
<input type="checkbox">
|
||||||
|
<span class="example-task-description">
|
||||||
|
</span>
|
||||||
|
</li>
|
14
tutorials/todo/todo.html
Normal file
14
tutorials/todo/todo.html
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<div class="example-todo">
|
||||||
|
<div class="example-button-group">
|
||||||
|
<a class="example-todo-button-all">All</a>
|
||||||
|
<a class="example-todo-button-incomplete">Incomplete</a>
|
||||||
|
<a class="example-todo-button-complete">Complete</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<ul class="example-todo-task-list">
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<div class="example-message">
|
||||||
|
There are no tasks to show.
|
||||||
|
</div>
|
||||||
|
</div>
|
Loading…
x
Reference in New Issue
Block a user