mirror of
https://github.com/nasa/openmct.git
synced 2025-02-22 18:12:57 +00:00
Removes name string fix
This commit is contained in:
parent
f990a14a3c
commit
89a298f5b3
@ -50,8 +50,7 @@ define([
|
||||
values: [
|
||||
{
|
||||
key: "name",
|
||||
name: "Name",
|
||||
format: "string"
|
||||
name: "Name"
|
||||
},
|
||||
{
|
||||
key: "utc",
|
||||
|
@ -56,8 +56,7 @@ define([
|
||||
|
||||
valueMetadatas.push({
|
||||
key: 'name',
|
||||
name: 'Name',
|
||||
format: 'string'
|
||||
name: 'Name'
|
||||
});
|
||||
|
||||
metadata.domains.forEach(function (domain, index) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user